{{ tocSubheader }}
| {{ 'ml-lesson-number-slides' | message : article.intro.bblockCount }} |
| {{ 'ml-lesson-number-exercises' | message : article.intro.exerciseCount }} |
| {{ 'ml-lesson-time-estimation' | message }} |
Triple | Substitute in a2+b2=c2 | Simplify |
---|---|---|
(3,4,5) | 32+42=?52 | 9+16=25 ✓ |
(5,12,13) | 52+122=?132 | 25+144=169 ✓ |
(8,15,17) | 82+152=?172 | 64+225=289 ✓ |
(7,24,25) | 72+242=?252 | 49+576=625 ✓ |
If (a,b,c) is a Pythagorean triple, then so is (ka,kb,kc) for any natural number k.
(a,b,c) | k | (ka,kb,kc) |
---|---|---|
(3,4,5) | 3 | (3(3),3(4),3(5)) ⇕ (9,12,15) |
(5,12,13) | 2 | (2(5),2(12),2(13)) ⇕ (10,24,26) |
A 30-60-90 triangle is a special type of right triangle. It has two acute angles measuring 30∘ and 60∘ in addition to the right angle.
If the shorter leg in a 30-60-90 triangle has the length ℓ, the longer leg will have the length 3ℓ, and the length of the hypotenuse will be 2ℓ.
A 45-45-90 triangle is a special type of right triangle. It has two acute angles measuring 45∘ and one right angle.
Since these two acute angles are congruent, its legs are also congruent. This implies that the triangle is isosceles. If the legs have the length ℓ, the length of the hypotenuse will be 2ℓ.