SOLUTION: I'm trying to find the perimeter of a rectangle when the length is x + 25 and the width is 2x
Algebra
->
Distributive-associative-commutative-properties
-> SOLUTION: I'm trying to find the perimeter of a rectangle when the length is x + 25 and the width is 2x
Log On
Algebra: Distributive, associative, commutative properties, FOIL
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Distributive-associative-commutative-properties
Question 563159
:
I'm trying to find the perimeter of a rectangle when the length is x + 25 and the width is 2x
Answer by
jim_thompson5910(35256)
(
Show Source
):
You can
put this solution on YOUR website!
P = 2L + 2W
P = 2(x+25) + 2(2x)
P = 2x+50+4x
P = 6x+50
So the perimeter is 6x+50 units.