Skip to content
mathlab
0
0
0 XP
Lvl 1
KJ
Lesson 2 ~25 min Unit 3 · Trigonometry +85 XP

Finding the Hypotenuse

Use Pythagoras' theorem to calculate the hypotenuse when both shorter sides are known. Substitute, sum the squares and take the square root.

Today's hook: A ladder leans against a wall. The base is 1.8 m from the wall and the top touches a window 3.2 m up. The ladder itself is the hypotenuse of a right triangle — how long is it?
0/5QUESTS
Think First
warm-up

You know a right triangle has legs of 5 cm and 12 cm. Estimate the hypotenuse first (longer or shorter than 12?), then calculate it using Pythagoras.

Record your answer in your workbook.
1
The Big Idea
+5 XP

To find the hypotenuse, square both legs, add them, then square-root the total. The square root undoes the squaring at the end.

Start with $c^2 = a^2 + b^2$. Substitute the leg values, add the squares, then take $\sqrt{}$ of both sides to isolate $c$. Always round to 2 decimal places unless told otherwise — and include the unit (cm, m, km).

$b$=3.2 $a$=1.8 $c$=?
$c = \sqrt{a^2 + b^2}$
Square both
Don't forget the second leg — $a^2 + b^2$ means BOTH squared and added.
Then root
$c$ is the square root of the sum — not the sum itself.
Round last
Keep full precision through the calculation; round only the final answer.
2
What You'll Master
objectives

Know

  • The formula $c^2 = a^2 + b^2$ for the hypotenuse
  • To take the square root only at the end
  • To round to 2 decimal places by default

Understand

  • Why the hypotenuse is always longer than either leg
  • Why $\sqrt{a^2 + b^2} \neq a + b$
  • How rounding errors accumulate when rounding mid-calculation

Can Do

  • Substitute leg values into $c^2 = a^2 + b^2$
  • Use a calculator to find $\sqrt{\text{sum}}$
  • Present answers with correct units and rounding
3
Words You Need
vocabulary
SubstituteReplace a letter (variable) with its given number value.
Square rootThe inverse of squaring. $\sqrt{25} = 5$ because $5^2 = 25$.
Hypotenuse $c$The unknown longest side when both legs are known.
Decimal placeA digit to the right of the decimal point. 2 d.p. means two digits after the point.
Exact valueLeft as a surd e.g. $\sqrt{13}$ rather than 3.61.
ApproximateRounded to a number of decimal places, written with $\approx$.
4
Spot the Trap
heads-up

Wrong: “$c = a + b$.” No — you must square first, sum, then square-root.

Right: Use $c = \sqrt{a^2 + b^2}$. Square the legs, add, square-root.

Wrong: “$\sqrt{9 + 16} = 3 + 4$.” Wrong. $\sqrt{25} = 5$, not 7.

Right: The square root acts on the WHOLE sum, not term-by-term.

5
The Four-Step Method
+5 XP

Solving for the hypotenuse follows a reliable four-step pattern. Get into the habit so it becomes automatic.

Step 1: Label the sides (legs $a$, $b$; hyp $c$). Step 2: Substitute into $c^2 = a^2 + b^2$. Step 3: Compute $a^2 + b^2$. Step 4: $c = \sqrt{\text{sum}}$, rounded to 2 d.p.

$b$ $a$ $c$
Label → Substitute → Compute → Square-root
Label first
Always identify hypotenuse before substituting.
Brackets help
Type $(1.8)^2 + (3.2)^2$ into the calculator with brackets.
Units stay
If legs are in cm, the hypotenuse is also in cm.
6
Calculator Tips
+5 XP

Calculator order matters. A wrong key press gives a wildly wrong answer. Practice the key sequence below.

To findKey sequence
$c$ from $a=5$, $b=12$$\sqrt{}$ ( 5 $x^2$ + 12 $x^2$ ) =
Result13 (exact in this case)
Brackets around the sum BEFORE square-rooting
Open bracket
After pressing $\sqrt{}$, open a bracket to keep the whole sum inside.
$x^2$ key
Use the $x^2$ key, not $\times \times$. Less typing, fewer mistakes.
Check size
The answer should be bigger than each leg. If not, you've made a mistake.
Watch Me Solve It · 5-12-? triangle
+15 XP per step
Q1
PROBLEM
Find the hypotenuse of a right triangle with legs 5 cm and 12 cm.
  1. 1
    Set up
    $c^2 = 5^2 + 12^2$
    Substitute leg values into Pythagoras.
  2. 2
    Compute
    $c^2 = 25 + 144 = 169$
  3. 3
    Square-root
    $c = \sqrt{169} = 13$ cm
    169 is a perfect square — no rounding needed.
Answer$c = 13$ cm (exact — 5-12-13 triple)
Watch Me Solve It · Ladder against a wall
+15 XP per step
Q2
PROBLEM
A ladder reaches 3.2 m up a wall and its base sits 1.8 m away. How long is the ladder?
  1. 1
    Identify hyp
    Ladder = hypotenuse (longest, slanted).
    The ladder is opposite the right angle at the wall/ground corner.
  2. 2
    Substitute
    $c^2 = 1.8^2 + 3.2^2 = 3.24 + 10.24 = 13.48$
  3. 3
    Root + round
    $c = \sqrt{13.48} \approx 3.67$ m
Answer$c \approx 3.67$ m
Watch Me Solve It · Diagonal of a TV
+15 XP per step
Q3
PROBLEM
A rectangle has width 56.7 inches and height 31.9 inches. Find the diagonal.
  1. 1
    Set up
    diagonal$^2 = 56.7^2 + 31.9^2$
    The diagonal of any rectangle is the hypotenuse of two right triangles.
  2. 2
    Compute
    $= 3214.89 + 1017.61 = 4232.5$
  3. 3
    Root
    diagonal $= \sqrt{4232.5} \approx 65.06$ inches
Answer$\approx 65.06$ in (a 65-inch TV)
8
Common Pitfalls
heads-up
Adding before squaring
Computing $(a+b)^2$ instead of $a^2 + b^2$.
Fix: $1.8^2 + 3.2^2$, NOT $(1.8+3.2)^2$.
Forgetting the square root
Stopping at $c^2 = 169$ and calling 169 the answer.
Fix: Take $\sqrt{}$ to get $c$ itself.
Wrong units
Mixing cm and m. Pythagoras only works when all sides share the same unit.
Fix: Convert everything to one unit before substituting.
Copy Into Your Books

Method

  • Label legs $a$, $b$; hyp $c$
  • $c^2 = a^2 + b^2$
  • $c = \sqrt{a^2 + b^2}$
  • Round to 2 d.p.

Calculator

  • $\sqrt{}$ ( $a$ $x^2$ + $b$ $x^2$ ) =
  • Brackets matter
  • Use $x^2$ key

Sanity check

  • $c$ must be longer than each leg
  • Common triples skip rounding
  • Watch units

Example

  • Legs 5, 12 → $c = 13$
  • Legs 1.8, 3.2 → $c \approx 3.67$
  • Legs 7, 24 → $c = 25$

How are you completing this lesson?

D
Brain Trainer · Hypotenuse Hunt
4 problems

Four quick drills to lock in today's skill. Try each, then reveal the answer.

  1. 1 Legs 6 and 8 — find $c$.

    $6^2+8^2=36+64=100$.$c = 10$
  2. 2 Legs 9 and 12 — find $c$.

    $81+144=225$, $\sqrt{225}=15$.$c = 15$
  3. 3 Legs 1 and 1 — find $c$ to 2 d.p.

    $1+1=2$, $\sqrt{2} \approx 1.41$.$c \approx 1.41$
  4. 4 Legs 2.5 and 6 — find $c$ to 2 d.p.

    $6.25+36=42.25$, $\sqrt{42.25}=6.5$.$c = 6.5$
Complete in your workbook.
1
A right triangle has legs 8 and 15. What is the hypotenuse?
+10 XP
2
Legs are 3 cm and 4 cm. Hypotenuse to 2 d.p.?
+10 XP
3
To find the hypotenuse you should:
+10 XP
4
A right triangle has legs 1.8 m and 3.2 m. Hypotenuse $\approx$ ?
+10 XP
5
Why must the hypotenuse be longer than each leg?
+10 XP
Show Your Working
9 marks total
ApplyMedium3 MARKS

Q6. Find the hypotenuse of a right triangle with legs (a) 9 cm and 40 cm, (b) 2 m and 5 m (2 d.p.).

Answer in your workbook.
ApplyEasy2 MARKS

Q7. A ladder leans against a wall. The foot is 1.5 m from the wall, the top reaches 3.6 m up. How long is the ladder?

Answer in your workbook.
ReasonHard4 MARKS

Q8. A rectangular soccer field is 100 m by 64 m. A player runs along the diagonal. Find the diagonal length and explain why it is longer than running 100 m + 64 m / 2.

Answer in your workbook.
Comprehensive Answers

Quick Check

1. B — $\sqrt{64+225}=\sqrt{289}=17$.

2. C — $\sqrt{9+16}=5$ cm.

3. A — $c=\sqrt{a^2+b^2}$.

4. D — $\sqrt{13.48}\approx 3.67$.

5. B — $c^2$ exceeds either $a^2$ or $b^2$ individually.

Show Your Working Model Answers

Q6 (3 marks): (a) $c^2=81+1600=1681$, $c=41$ cm [2]. (b) $c^2=4+25=29$, $c=\sqrt{29}\approx 5.39$ m [1].

Q7 (2 marks): $c^2=2.25+12.96=15.21$ [1]. $c=\sqrt{15.21}=3.9$ m [1].

Q8 (4 marks): Diagonal$^2 = 100^2+64^2 = 10000+4096 = 14096$ [1]. $d=\sqrt{14096}\approx 118.73$ m [1]. The diagonal is shorter than 100+64=164 m because the triangle inequality ensures the third side is less than the sum of the other two [1]. The diagonal is the shortest path between opposite corners through the interior — straight-line distance is always less than going around the perimeter [1].

Stretch Challenge · +25 XP, +10 coins

Stacking two right triangles

A right triangle has legs 3 and 4. Glued onto its hypotenuse is another right triangle, whose other leg is 12 (perpendicular to the shared hypotenuse). Find the longest side of the second triangle.

Reveal solution

First hypotenuse: $\sqrt{9+16}=5$. Second hypotenuse: $\sqrt{5^2+12^2}=\sqrt{169}=13$.

R
Quick Review

Formula

$c = \sqrt{a^2+b^2}$

Method

Label, substitute, sum, root

Round

2 d.p. unless told otherwise

Common triples

3-4-5, 5-12-13, 8-15-17

Sanity check

$c$ > each leg

Calculator

$\sqrt{}$ before bracket

Your Badges

0 of 6
First Steps
3-Day Streak
3 in a Row
Lesson Ace
Stretch Seeker
Daily Warrior

Mark lesson as complete

Tick when you've finished Learn, Practice and the Stretch. Earns +85 XP and +25 coins.