Divisibility Rules
Divisibility tests let you decide whether one number divides another without doing the division. The high-value ones: a number is divisible by 2 if its last digit is even; by 3 if the sum of its digits is a multiple of 3; by 4 if its last two digits form a multiple of 4; by 5 if it ends in 0 or 5; by 9 if its digit sum is a multiple of 9; and by 6 if it passes both the 2-test and the 3-test at once. For composite divisors, split into coprime parts and test each — divisibility by 12 means divisible by 3 and by 4. These tests turn a slow calculator entry into a two-second mental check, which matters because the GRE calculator is deliberately basic. The digit-sum tests (3 and 9) are the ones test-takers most often forget, yet they appear constantly.
✅ 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 |