Question 168379
A rectangle is three times as long as it is wide. If the length and the width are each increased by 4, the area is increased by 176. Find the dimensions of the orginial rectangle.
-----------------------------
Let the width be "x".
Then the length is "3x".
Area based on this data = x(3x) = 3x^2
------------------------------------------
New conditions:
New width: "x+4"
New length: "3x+4"
Area based on this data = (x+4)(3x+4)
----------------------------------------
EQUATION:
New area - Old area = 176
(x+4)(3x+4) - 3x^2 = 176
3x^2+16x+16 - 3x^2 = 176
16x + 16 = 176
16x = 160
x = 10 (original width)
3x= 30 (original length)
==========================
Cheers,
Stan H.