Q1.
What happens to the HCF of two numbers if both numbers are doubled? Take some pairs of numbers and explore. Are you able to see why the HCF will also double?
Answer
The HCF also doubles.
| Pair | HCF | Doubled pair | New HCF |
|---|---|---|---|
| 270, 50 | 10 | 540, 100 | 20 |
| 12, 18 | 6 | 24, 36 | 12 |
| 30, 72 | 6 | 60, 144 | 12 |
| 7, 11 | 1 | 14, 22 | 2 |
270 = 2 × 3 × 3 × 3 × 5, 50 = 2 × 5 × 5 → HCF = 2 × 5 = 10
540 = 2 × 2 × 3 × 3 × 3 × 5, 100 = 2 × 2 × 5 × 5 → HCF = 2 × 2 × 5 = 20
540 = 2 × 2 × 3 × 3 × 3 × 5, 100 = 2 × 2 × 5 × 5 → HCF = 2 × 2 × 5 = 20
Why it happens: doubling a number puts one extra 2 into its prime factorisation. Do it to both numbers and each gains one 2, so the count of 2s that they share goes up by exactly one. Every other prime is untouched, so the largest common subpart is the old HCF with one more 2 in it — that is, twice as big.
Check it yourself: the same reasoning works for tripling (HCF triples) or multiplying both by 10 (HCF becomes ten times). In general, HCF(ka, kb) = k × HCF(a, b).