Question 158745
A rectangle is three times as long as it is wide. if its length and width is decreased by 2cm its area is decreased by 36 cm^2. Find its original dimensions.
---------------------------
Original Dimensions:
width = x ; length = 3x
-----------------------
New Dimensions:
width = x-2 ; length = 3x-2
-----------------------
EQUATION:
original area  - new area = 36 cm^2

3x^2 - (x-2)(3x-2) = 36
3x^2 - [3x^2 - 7x + 4] = 36
7x -4 = 36
7x = 40 
x = (40/7) cm  (original width)
3x = (120/7) cm(original length)
--------------------
Cheers,
Stan H.