SOLUTION: The area of a rectangle is 30 and its diagonal is sqrt(61) Find its dimensions and perimeter.

Algebra ->  Rectangles -> SOLUTION: The area of a rectangle is 30 and its diagonal is sqrt(61) Find its dimensions and perimeter.       Log On


   



Question 1047591: The area of a rectangle is 30 and its diagonal is sqrt(61) Find its dimensions and perimeter.
Answer by ikleyn(52824) About Me  (Show Source):
You can put this solution on YOUR website!
.
The area of a rectangle is 30 and its diagonal is sqrt(61) Find its dimensions and perimeter.
~~~~~~~~~~~~~~~~~~~~~~~

Answer. The rectangle is 6x5 and its perimeter is 6 + 5 + 6 + 5 = 22 units.

xy = 30,             (1)
x%5E2+%2B+y%5E2 = 61.        (2)

Multiply eq.(1) by 2 and then add to eq.(2) (both sides). You will get

x%5E2+%2B+2xy+%2B+y%5E2 = 61 + 60,  or

%28x%2By%29%5E2 = 121.

Then x + y = sqrt%28121%29 = 11.

Express x = 11-y from the last equation. Then substitute this expression into (1). You will get

(11-y)*y = 30,  or

-y%5E2+%2B+11y = 30,  or

y%5E2+-+11y+%2B+30 = 0.

Factor left side:

(y-5)*(y-6) = 0.

The roots are y = 5  and/or  y = 6.

Solved.