lisannelemmen24
lisannelemmen24 lisannelemmen24
  • 14-05-2020
  • Mathematics
contestada

Rewrite the expression 5(2x+1) using the Distributive Property

Respuesta :

ujalakhan18
ujalakhan18 ujalakhan18
  • 14-05-2020

Answer:

10x+5

Step-by-step explanation:

5(2x+1)

Using distributive property, which is

A(B+C)=(A×B)+(A×C)

=(5×2x)+(5×1)

=10x+5

Hope it helps :)

Answer Link

Otras preguntas

7 divided by 2-4.5x3+8
A frequency distribution that has a "tail" extending to the left with most of the data on the right side of the distribution has a skew. normal negative rigN le
HURRY!!! Find a unit rate: You bought 10 pounds of potatoes for $4
If south-east becomes north, north-east becomes west and so on. What will west become(a) North-east(b) North-west(c) South-east(d) South-west​
Larissa rolls two number cubes, each with a number one through six Larissa adds the numbers that appear on the roll. which two sums have an equal chance of occu
7x2x2x2 is the prime factorization for which of the following А 72 B 56 С 44 D 28
what is y = 3/5x - 1 as an ordered pair?
Corey works for a landscaping company. On Tuesday, he fertilized 3 lawns. He used 2 1/3 bags of fertilizer on each lawn. How much fertilizer did Corey use?
Y is the midpoint of Segment XZ. X has coordinates (-2,0) and Y has coordinates (0,2). Find the Coordinates of Z. A (-4,2) B (1,3) C (2,4) D (-1,1) ​
Consider the following code segment. int j = 10; int k = 8; j += 2; k += j; System.out.print(j); System.out.print(" "); System.out.println(k); What is printed w