SOLUTION: How do I go about solving this problem. The longer leg of a right triangle is 1 meter longer than the shorter leg. The hypotenuse is 1 meter than twice the shorter leg. Find the le
Algebra ->
Customizable Word Problem Solvers
-> Geometry
-> SOLUTION: How do I go about solving this problem. The longer leg of a right triangle is 1 meter longer than the shorter leg. The hypotenuse is 1 meter than twice the shorter leg. Find the le
Log On
Question 645258: How do I go about solving this problem. The longer leg of a right triangle is 1 meter longer than the shorter leg. The hypotenuse is 1 meter than twice the shorter leg. Find the lenvth of the shorter leg of the triangle. Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! How do I go about solving this problem. The longer leg of a right triangle is 1 meter longer than the shorter leg. The hypotenuse is 1 meter less than twice the shorter leg. Find the lenvth of the shorter leg of the triangle.
--------
Let the shorter leg be "x".
Longer leg = "x+1"
Hypotenuse = "2x-1"
-----
Equation:
(2x-1)^2 = (x+1)^2 + x^2
4x^2 - 4x + 1 = x^2 + 2x + 1 + x^2
-------
4x^2 -4x + 1 = 2x^2 + 2x + 1
2x^2 -6x = 0
2x(x-3) = 0
----
Positive solution:
x = 3 (shorter leg)
x+1 = 4 (longer leg)
2x-1 = 5 (hypotenuse)
=======================
Cheers,
Stan H.
=================