Factors and multiples: Euclid's algorithm
Euclid's algorithm — gcd(a, b) = gcd(b, a mod b) — finds a GCF faster than prime trees for large pairs. Students run it to completion (not one remainder too early), then get the LCM from the product identity, and solve cycle and partition stories without swapping HCF and LCM.
Specification · for a parent or teacher
- euclid-gcd
- Advanced Math 7 · Unit 1
- Numbers
- 3 of 4 — Grade 6–7 core. Multi-step, first symbolic work.
- 5 items
Students can
prime factorization and index notation; HCF/GCF and LCM; cycle and partition stories; Euclid’s algorithm.
Ready when
by Euclid, then LCM via .
Formulas
Watch for
stopping Euclid one remainder too early; HCF and LCM swapped in a story.