Factors & Multiples
A factor (or divisor) of n divides n with no remainder; a multiple of n is n times an integer. Factors of a positive integer are finite and paired — for 24 the pairs are (1,24), (2,12), (3,8), (4,6) — while multiples go on forever: 24, 48, 72, … . The GRE leans on three facts. First, the smallest factor of any n > 1 is 1 and the largest is n itself. Second, every factor of n is at most n, and every multiple of n is at least n (for positive n). Third, if a is a factor of b and b is a factor of c, then a is a factor of c. A common wording trap: "factor" and "multiple" are opposites — 4 is a factor of 12, and 12 is a multiple of 4. Read which direction the question wants before you answer.
✅ Solved examples
✏️ Practice — try these, take hints as needed
📝 Topic test — 8 questions
Auto-graded with full solutions; saved to your dashboard. Use the calculator and formula sheet (top-right) any time.
Formula Reference Sheet
Divisibility tests
| By 2 | last digit even |
|---|---|
| By 3 | digit sum divisible by 3 |
| By 4 | last two digits divisible by 4 |
| By 5 | ends in 0 or 5 |
| By 9 | digit sum divisible by 9 |
GCD & LCM
| GCD × LCM | GCD(a,b) × LCM(a,b) = a × b |
|---|---|
| LCM from GCD | LCM = (a × b) / GCD |
| Coprime numbers | GCD = 1 ⇒ LCM = a × b |
| Divisibility by 6 | divisible by 2 AND by 3 |