Question 1018944
 The length of a rectangle is 7 inches greater than the width. 
The perimeter is 114 inches. Find the length and width.
--------
width:: w
length:: w+7
------
P = 2(length+width)
114 = 2(2w+7)
57 = 2w+7
2w = 50
w = 25 inches (width)
w+7 = 32 inches (length)
---------------
Cheers,
Stan H.
------------