SOLUTION: I'm sorry. I know this problem is very similar to the example, but I get a very crazy answer when I've tried to do this like the example many times. I must be doing something wro

Algebra ->  Quadratic Equations and Parabolas  -> Quadratic Equations Lessons  -> Quadratic Equation Lesson -> SOLUTION: I'm sorry. I know this problem is very similar to the example, but I get a very crazy answer when I've tried to do this like the example many times. I must be doing something wro      Log On


   



Question 193575: I'm sorry. I know this problem is very similar to the example, but I get a very crazy answer when I've tried to do this like the example many times. I must be doing something wrong. Please help.
One leg of a right triangle is 96 inches. Find the hypotenuse and teh other leg if the length of the hypotenuse exceeds 2 and 1/2 times teh other leg by 4 inches.

Found 2 solutions by nerdybill, stanbon:
Answer by nerdybill(7384) About Me  (Show Source):
You can put this solution on YOUR website!
One leg of a right triangle is 96 inches. Find the hypotenuse and teh other leg if the length of the hypotenuse exceeds 2 and 1/2 times teh other leg by 4 inches.
.
Let x = length of "other leg" of triangle
then
(5/2)x-4 = hypotenuse
.
The applying the Pythagorean theorem:
x^2 + ((5/2)x-4) = 96^2
x^2 + ((5/2)x-4)((5/2)x-4) = 96^2
x^2 + (25/4)x^2-20x +16 = 96^2
(29/4)x^2-20x +16 = 9216
(29/4)x^2-20x -9200 = 0
29x^2 - 80x -36800 = 0
Solving using the quadratic equation we get:
x ={37.03, -34.26}
Throwing away the negative solution we're left with:
x = 37.03 inches (other leg)
.
Hypotenuse:
(5/2)x-4 = (5/2)37.03-4 = 88.58 inches (hypotenuse)
.
Details of the quadratic equation:
Solved by pluggable solver: SOLVE quadratic equation with variable
Quadratic equation ax%5E2%2Bbx%2Bc=0 (in our case 29x%5E2%2B-80x%2B-36800+=+0) has the following solutons:

x%5B12%5D+=+%28b%2B-sqrt%28+b%5E2-4ac+%29%29%2F2%5Ca

For these solutions to exist, the discriminant b%5E2-4ac should not be a negative number.

First, we need to compute the discriminant b%5E2-4ac: b%5E2-4ac=%28-80%29%5E2-4%2A29%2A-36800=4275200.

Discriminant d=4275200 is greater than zero. That means that there are two solutions: +x%5B12%5D+=+%28--80%2B-sqrt%28+4275200+%29%29%2F2%5Ca.

x%5B1%5D+=+%28-%28-80%29%2Bsqrt%28+4275200+%29%29%2F2%5C29+=+37.028546160883
x%5B2%5D+=+%28-%28-80%29-sqrt%28+4275200+%29%29%2F2%5C29+=+-34.2699254712278

Quadratic expression 29x%5E2%2B-80x%2B-36800 can be factored:
29x%5E2%2B-80x%2B-36800+=+29%28x-37.028546160883%29%2A%28x--34.2699254712278%29
Again, the answer is: 37.028546160883, -34.2699254712278. Here's your graph:
graph%28+500%2C+500%2C+-10%2C+10%2C+-20%2C+20%2C+29%2Ax%5E2%2B-80%2Ax%2B-36800+%29


Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
One leg of a right triangle is 96 inches. Find the hypotenuse and the
other leg if the length of the hypotenuse exceeds 2 and 1/2 times teh other leg by 4 inches.
--------------------
One leg is 96 in
Let the "other leg" be "x" inches.
hypotenuse = (5/2)x + 4
----------------------------
Equation:
h^2 = leg^2 + "otherleg"^2
[(5/2)x + 4]^2 = 96^2 + x^2
[(5x+ 8)/2^2 = 96^2 + x^2
(5x+8)^2 = 4*96^2 + 4x^2
25x^2 + 90x + 91 = 36864 + 4x^2
21x^2 + 90x - 36773 = 0
-----
Positive solution:
x = 39.76
hypotenuse = (5/2)x+4 = 103.4
====================================
Cheers,
Stan H.