SOLUTION: the perimeter of a rectangle is 132 inches. The length exceeds the width by 46 inches. Find the length and width.

Algebra ->  Length-and-distance -> SOLUTION: the perimeter of a rectangle is 132 inches. The length exceeds the width by 46 inches. Find the length and width.      Log On


   



Question 280830: the perimeter of a rectangle is 132 inches. The length exceeds the width by 46 inches. Find the length and width.
Answer by oberobic(2304) About Me  (Show Source):
You can put this solution on YOUR website!
Perimeter of a rectangle = 2*length + 2*width.
l = length
w = width
.
P = 132 :: given
.
l = w+46 :: given
.
Substituting into the perimeter equation...
.
2l + 2w = 132
2(w+46) + 2w = 132
2w + 92 + 2w = 132
4w + 92 = 132
4w = 40
w = 10
.
l = w+46 = 56
.
Checking this answer...
.
P = 2*56 + 2*10
P = 112 + 20
P = 132
Correct.
.
Answer:
Length = 56
Width = 10
.
Done