Pythagorean Theorem

Use the Pythagorean Theorem to find missing sides of right triangles

Pythagorean Theorem

The Formula

For a right triangle with legs aa and bb and hypotenuse cc: a2+b2=c2a^2 + b^2 = c^2

Remember:

  • The hypotenuse is the longest side
  • The hypotenuse is opposite the right angle
  • The legs form the right angle

Finding the Hypotenuse

If you know both legs: c=a2+b2c = \sqrt{a^2 + b^2}

Example: Legs are 3 and 4 c=32+42=9+16=25=5c = \sqrt{3^2 + 4^2} = \sqrt{9 + 16} = \sqrt{25} = 5

Finding a Leg

If you know the hypotenuse and one leg: a=c2b2a = \sqrt{c^2 - b^2}

Example: Hypotenuse is 13, one leg is 5 a=13252=16925=144=12a = \sqrt{13^2 - 5^2} = \sqrt{169 - 25} = \sqrt{144} = 12

Real-World Applications

  • Finding distances
  • Construction and building
  • Navigation
  • Screen sizes (diagonal measurement)

📚 Practice Problems

1Problem 1easy

Question:

A right triangle has legs of 6 cm and 8 cm. Find the length of the hypotenuse.

💡 Show Solution

Solution:

Use a2+b2=c2a^2 + b^2 = c^2: 62+82=c26^2 + 8^2 = c^2 36+64=c236 + 64 = c^2 100=c2100 = c^2 c=10c = 10

Answer: 10 cm

2Problem 2medium

Question:

A right triangle has a hypotenuse of 17 inches and one leg of 8 inches. Find the other leg.

💡 Show Solution

Solution:

Use a2+b2=c2a^2 + b^2 = c^2: a2+82=172a^2 + 8^2 = 17^2 a2+64=289a^2 + 64 = 289 a2=225a^2 = 225 a=15a = 15

Answer: 15 inches

3Problem 3hard

Question:

A ladder is leaning against a wall. The base of the ladder is 7 feet from the wall, and the top of the ladder reaches 24 feet up the wall. How long is the ladder?

💡 Show Solution

Solution:

This forms a right triangle:

  • One leg (base): 7 feet
  • Other leg (wall): 24 feet
  • Hypotenuse (ladder): ?

c2=72+242c^2 = 7^2 + 24^2 c2=49+576c^2 = 49 + 576 c2=625c^2 = 625 c=25c = 25

Answer: The ladder is 25 feet long