You can use Pythagoras’ Theorem to find the missing side in a right-angled triangle.
For example, given a right-angled triangle with one side of 5 and hypotenuse of 13. Find the other side $x$.
- Step 1: Use Pythagoras’ Theorem: $$ 5^2 + x^2 = 13^2 $$
- Step 2: Simplifying the equations:
$$
\begin{aligned}
25 + x^2 &= 169 \\
x^2 &= 144
\end{aligned}
$$
- Step 3: Take the positive square root (since hypotenuse $x$ cannot be negative):
$$ x = \sqrt{144} = 12 $$
Thus, the other side is 12.