Pythagorean Theorem Calculator
Find the hypotenuse of a right triangle from the two legs.
For a right triangle, find the longest side (hypotenuse) from the two shorter sides.
The math behind it
a^2 + b^2 = c^2 so c = sqrt(a^2 + b^2).
Worked example
Legs 3 and 4 -> c = sqrt(9 + 16) = sqrt(25) = 5.
FAQ
How do I find a missing leg?
Rearrange: a = sqrt(c^2 - b^2).