SOLUTION: The length of the diagonal of a rectangle is square root of 40. If one side is four units longer than the other what are the lengths of both sides?
Algebra ->
Rectangles
-> SOLUTION: The length of the diagonal of a rectangle is square root of 40. If one side is four units longer than the other what are the lengths of both sides?
Log On
Question 834862: The length of the diagonal of a rectangle is square root of 40. If one side is four units longer than the other what are the lengths of both sides? Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! The length of the diagonal of a rectangle is square root of 40. If one side is four units longer than the other what are the lengths of both sides?
----------------------------------
shorter side:: x
other side:::: x+4
diagonal:: sqrt(40)
-------------------------
Equation:
x^2 + (x+4)^2 = 40
---------
x^2 + x^2+8x = 40-16
-------
2x^2 + 8x - 24 = 0
-------
x^2 + 4x - 12 = 0
Factor:
(x+6)(x-2) = 0
Positive solution:
shorter side:: x = 2
other:: x+4 = 6
------------------
Cheers,
Stan H.
==================