The Pythagorean Theorem
a² + b² = c²
Where a and b are the two legs of a right triangle, and c is the hypotenuse (the side opposite the right angle, always the longest side).
Solving for Each Variable
- Hypotenuse: c = √(a² + b²)
- Leg A: a = √(c² − b²)
- Leg B: b = √(c² − a²)
Real-World Applications
- Construction: checking if a corner is truly square (the classic 3-4-5 triangle method)
- Finding the diagonal distance across a rectangular space
- Navigation and physics problems involving perpendicular distances