| Divisor | Rule |
|---|---|
| 2 | Last digit is even (0, 2, 4, 6, 8) |
| 3 | Sum of digits divisible by 3 |
| 4 | Last 2 digits divisible by 4 |
| 5 | Last digit is 0 or 5 |
| 6 | Divisible by both 2 and 3 |
| 8 | Last 3 digits divisible by 8 |
| 9 | Sum of digits divisible by 9 |
| 10 | Last digit is 0 |
| 11 | (Sum of odd-place digits) − (sum of even-place digits) is 0 or a multiple of 11 |
| 7 | Drop last digit d, take rest + 5d; repeat |
| 13 | Drop last digit d, take rest + 4d; repeat |
| 17 | Drop last digit d, take rest − 5d; repeat |
| 19 | Drop last digit d, take rest + 2d; repeat |
For two numbers, , so and .
Fractions: and .
If with prime:
, with .
Only unit digits matter in a product — e.g. unit digit 4.
| Last digit | Cycle | Length |
|---|---|---|
| 0, 1, 5, 6 | itself | 1 |
| 4 | 4, 6 | 2 |
| 9 | 9, 1 | 2 |
| 2 | 2, 4, 8, 6 | 4 |
| 3 | 3, 9, 7, 1 | 4 |
| 7 | 7, 9, 3, 1 | 4 |
| 8 | 8, 4, 2, 6 | 4 |
Use for length-2 digits and for length-4 (if the remainder is 0, use the last value in the cycle).
Digits in : . Digits in : .
The product of two numbers is 3240 and their Highest Common Factor (HCF) is 18. What is the Least Common Multiple (LCM) of these two numbers?
If the 7-digit number 517x324 is exactly divisible by 3, what is the smallest whole number that can replace the digit x?
A number when successively divided by 3, 5, and 8 leaves remainders of 1, 4, and 7 respectively. Find the respective remainders if the order of the divisors is reversed (divided successively by 8, 5, and 3).
What is the unit digit of the expression 7^105?
Find the total number of trailing zeroes at the end of the product of 250! (250 factorial).
How many positive divisors of the number 10800 are perfect squares?
What will be the remainder when 17^200 is divided by 18?
Find the least positive integer which when divided by 20, 25, 35, and 40 leaves remainders of 14, 19, 29, and 34 respectively.
Find the remainder when 5^500 is divided by 500.
Let N = 55^3 + 17^3 - 72^3. The number N is exactly divisible by