SOLUTION: How do you solve the pythagorean theorem if you have 2 variables?? for instance: side a=10, side b=x-2 and side c=x. What do I do??
Algebra ->
Pythagorean-theorem
-> SOLUTION: How do you solve the pythagorean theorem if you have 2 variables?? for instance: side a=10, side b=x-2 and side c=x. What do I do??
Log On
Question 453214: How do you solve the pythagorean theorem if you have 2 variables?? for instance: side a=10, side b=x-2 and side c=x. What do I do?? Found 2 solutions by jim_thompson5910, stanbon:Answer by jim_thompson5910(35256) (Show Source):
You can put this solution on YOUR website! How do you solve the pythagorean theorem if you have 2 variables??
for instance: side a=10, side b=x-2 and side c=x.
-----
Formula: hypotenuse^2 = leg1 ^2 + leg 2 ^2
------
If you assume the hypotenuse = c = x you get the following:
----
x^2 = 10^2 + (x-2)^2
---
x^2 = 10^2 + x^2-4x+4
---
-4x + 104 = 0
-x + 26 = x = 26 (side c; the hypotenuse)
x-2 = 24 (side b)
=========================
Cheers,
Stan H.
=======