How to solve the hypotenuse of a Right Triangle when the adjacent is unknown and the other leg is given?

213 Views Asked by At

I already know how to solve a hypotenuse when both leg and adjacent are given. But my instructor gave as an assignment which is to find the hypotenuse. The problem is this:
One leg of a right triangle is 24 inches ($a$) long and the hypotenuse is $6$ inches shorter than twice the length of the other leg ($b$). Find the length of the hypotenuse ($c$). So, I have $a=24$, $b=?$, and $c=2b-6$. The formula I am using is Pythagorean Theorem which is $c^2=a^2 + b^2$. so applying the given I came up with $2b-6=24^2 + b^2$ now my problem is how to solve them T.T can someone help me?

2

There are 2 best solutions below

3
On

Notice, in a right triangle with legs $a$ & $b$ & hypotenuse $c$, we have
$$a^2+b^2=c^2$$

Setting the corresponding values, we get $$(24)^2+b^2=(2b-6)^2$$ $$b^2-8b-180=0$$ Solving the above quadratic equation $$b=\frac{-(-8)\pm\sqrt{(-8)^2-4(1)(-180)}}{2(1)}$$ $$b=\frac{8\pm28}{2}\iff b=18, -10$$

But, $b>0$ Hence, we get $ {\color{red}{b=18}}\iff \color{red}{c}=2\times 18-6=\color{red}{30}$

0
On

This is a quadratic equation in $b$, after slight rearrangement of $$ (2b-6)^2=24^2+b^2$$ we obtain a quadratic in standard form: $$ b^2-8b-180=0$$ This happens to have two integer solutions.