Pythagoras' Theorem

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/7

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 12:06 AM on 8/12/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

8 Terms

1
New cards
What is the formula for Pythagoras' Theorem?
a² + b² = c², where c is the hypotenuse and a and b are the shorter sides.
2
New cards
When are you allowed to use Pythagoras' Theorem?
Only on right-angled triangles when working purely with side lengths (no angles involved).
3
New cards
What is the definition of the hypotenuse?
The longest side of a right-angled triangle, located directly opposite the 90° right angle.
4
New cards
What is the formula to calculate the hypotenuse (c)?
c = √(a² + b²)
5
New cards
What is the formula to calculate a shorter side (a or b)?
a = √(c² - b²)
6
New cards
How do you calculate the distance between two coordinates (x1, y1) and (x2, y2)?
d = √((x2 - x1)² + (y2 - y1)²)
7
New cards
What is the 3D Pythagoras formula for finding a cuboid's internal diagonal?
d = √(l² + w² + h²), where l = length, w = width, h = height.
8
New cards
What are the step-by-step actions to solve a 3D Pythagoras problem?
1. Use 2D Pythagoras on the base to find the floor diagonal. 2. Use 2D Pythagoras vertically using the floor diagonal and the height.