SOLUTION: Squares are built at the sides of the rectangle. The area of one square is 95 cm^2 greater that the area of the other square. Find the perimeter of the rectangle if the length of i

Algebra ->  Rectangles -> SOLUTION: Squares are built at the sides of the rectangle. The area of one square is 95 cm^2 greater that the area of the other square. Find the perimeter of the rectangle if the length of i      Log On


   



Question 1070295: Squares are built at the sides of the rectangle. The area of one square is 95 cm^2 greater that the area of the other square. Find the perimeter of the rectangle if the length of it is 5 cm greater than its width.
Answer by ikleyn(52832) About Me  (Show Source):
You can put this solution on YOUR website!
.
Let  L  and  W  be the length and the width dimensions of the rectangle.

Then you are given that

L%5E2+-+W%5E2 = 95,         (1)
L - W = 5.           (2)

Factor (1) as

(L + W)*(L - W ) = 95

and replace (L - W) here as 5, due to (2). You will get

5*(L + W) = 95,   or

L + W = 95%2F5 = 19.    (3)


Now combine the two equations (2) and (3) to a system

L + W = 19,         (4)
L - W =  5.         (5)

Add the equations (4) and (5) to get   2L = 24,  L = 24%2F2 = 12.


Then from (4)  W = 19 - 12 = 7.


Answer.  The dimensions are  12 cm  and  7 cm.

Another way is possible to solve the problem via reduction to a quadratic equation.

Solving as shown above allows you to avoid a quadratic equation.