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


   



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) About Me  (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.