Question 993068
The length of a rectangle exceeds its width by 2 feet. If each dimension were increased by 3 feet, the area would be increased by 51 square feet. Find the dimensions. 
-----
Width:: x
Length:: x+2
Original Area:: x^2+2x
-----------------------------
After change::
Width:: x+3
Length:: x+5
New Area:: (x+3)(x+5) = x^2 + 8x + 15
----
Equation:
New area - Old area = 51 ft^2
----
x^2+8x+15 - (x^2+2x) = 51
------
6x + 15 = 51
6x = 36
x = 6
----
Cheers,
Stan H.
=================