SOLUTION: A rectangle has width w and its length is 2 units shorter than 3 times the width. Which polynomial represents the perimeter of the rectangle?

Algebra ->  Polynomials-and-rational-expressions -> SOLUTION: A rectangle has width w and its length is 2 units shorter than 3 times the width. Which polynomial represents the perimeter of the rectangle?      Log On


   



Question 1015524: A rectangle has width w and its length is 2 units shorter than 3 times the width. Which polynomial represents the perimeter of the rectangle?
Answer by macston(5194) About Me  (Show Source):
You can put this solution on YOUR website!
.
W=width; L=length=3W-2; P=perimeter
.
P=2(L+W)
P=2((3W+2)+W)
P=2(4W+2)
P=8W+4
.