Question 835605
Two rectangles have the same wifth. the length of one is 1 foot longer than the width. the length of the other is 2 foot longer than the width. the larger rectangle has 5 more square ft than the smaller one. What is the width of the rectangles? 
-----------
Smaller Rectangle:: width = w ft ; length = w-1 ft.
-------
Larger Rectangle:: width = w ft ; length = w+2 ft
--------
Equation:
Larger Area - Smaller Area = 5 sq. ft
w(w+2) - w(w-1) = 5
w^2+2w - w^2+w = 5
3w = 5
width = 5/3 = 1 2/3 ft
==============================
Cheers,
Stan H.
--------------------