The sections above have surveyed the full territory of divisibility: the definition itself, the terminology variants, the basic properties, the link to remainders and modulo, and the major sub-topics (rules, factors, primes, GCD, LCM). Each sub-topic has its own dedicated page where the details, methods, and worked examples live. The table below collects those pages with a one-line indication of what each covers — use it as a map for what to explore next.
| Topic |
What you'll find there |
Page |
| Divisibility rules |
digit-based shortcuts for testing divisibility by 2, 3, 4, 5, 6, 8, 9, 10, and 11 without performing the full division |
/divisibility/rules |
| Factors and multiples |
listing all factors of a number using pair-search up to √n; counting formulas via prime factorization |
/divisibility/factors |
| Greatest common divisor (GCD) |
three methods — listing factors, prime factorization, and the Euclidean algorithm |
/divisibility/gcd |
| Least common multiple (LCM) |
the smallest shared multiple; the identity a · b = gcd(a, b) · lcm(a, b) |
/divisibility/lcm |
| Modulo (computational counterpart) |
the remainder operation that computes the answer to every divisibility question — and powers the Euclidean algorithm and divisibility rules |
/arithmetic/modulo |