v9b88603
Dayvise

Master Pythagorean Triples

Learn the secrets of rapid mental computation used in competitive exams. These strategies will help you bypass traditional paper-and-pencil methods.

Must-Know Primitives

Memorize the 5 core primitive triples: (3,4,5), (5,12,13), (8,15,17), (7,24,25), (20,21,29). All others derive from scaling these.

Example
(3,4,5) scaled by 3 → (9,12,15). (5,12,13) scaled by 2 → (10,24,26)

Spot multiples instantly

If you see sides that are multiples of a known triple, the third side scales proportionally.

Example
Legs 9 and 12? That's 3×(3,4,5). Hypotenuse = 3×5 = 15

Odd number formula

For any odd n ≥ 3: the triple is (n, (n²−1)/2, (n²+1)/2).

Example
n=7: (7, 24, 25). n=9: (9, 40, 41). n=11: (11, 60, 61)

Even number formula

For even n ≥ 4: the triple is (n, (n/2)²−1, (n/2)²+1).

Example
n=4: (3,4,5). n=8: (8,15,17). n=12: (12,35,37)

Last digit of hypotenuse

The hypotenuse of a primitive triple always ends in 1, 3, 5, 7, or 9 — never an even digit or 0.

Example
(3,4,5)→5, (5,12,13)→3, (8,15,17)→7, (7,24,25)→5

Sum of squares verify

To instantly verify: compute a² + b² and confirm it equals c². Use known squares to speed this up.

Example
(5,12,13): 25+144=169=13² ✓

📋 Primitive Triples Reference

Primitive triples where a, b, c share no common factor. Sorted by hypotenuse.

a b c (hyp) Verify: a² + b²
3 4 5 9 + 16 = 25
5 12 13 25 + 144 = 169
8 15 17 64 + 225 = 289
7 24 25 49 + 576 = 625
20 21 29 400 + 441 = 841
12 35 37 144 + 1225 = 1369
9 40 41 81 + 1600 = 1681
28 45 53 784 + 2025 = 2809
11 60 61 121 + 3600 = 3721
33 56 65 1089 + 3136 = 4225
16 63 65 256 + 3969 = 4225
13 84 85 169 + 7056 = 7225
36 77 85 1296 + 5929 = 7225
20 99 101 400 + 9801 = 10201

Must Memorize: Triple Families

Multiples of the most common primitives — spot these instantly in any problem.

3-4-5 family
3 4 5
6 8 10
9 12 15
12 16 20
15 20 25
30 40 50
5-12-13 family
5 12 13
10 24 26
15 36 39
20 48 52
8-15-17 family
8 15 17
16 30 34
24 45 51
7-24-25 family
7 24 25
14 48 50
21 72 75

🧠 Practice

Device-only practice sets. Your last score is stored only in this browser.