Question 992403
What are the length and width of a rectangular traffic sign if the length exceeds the width by 12 inches and the perimeter is 176 inches.
-----
width: x
length: x+12
--------
P = 2(length + width)
176 = 2(x+12+x)
----
88 = 2x+12
---
2x = 76
x = 38 (width)
x+12 = 50 (length)
----------------
Cheers,
Stan H.
--------