Topic 2 · Number Theory
AMC 10/12 · Cheatsheet

Topic 2 · Number Theory

Chapter 1 · Modular arithmetic & divisors

📋 Reference · always available
Congruence
ab(modm)    m(ab)a \equiv b \pmod m \iff m \mid (a-b)
Operations
Add, subtract, multiply congruences freely; division only by residues coprime to mm.
Last digit
Powers cycle mod 10; reduce the exponent by the cycle length.
Divisor count
n=piaid(n)=(ai+1)n=\prod p_i^{a_i} \Rightarrow d(n)=\prod (a_i+1)
Perfect squares
Odd number of divisors ⟺ perfect square.