Here are more practices
Sum up the divisible rules:
For any power of 2:
If the number is 2n , check the last n digit number to see if it's divisible by 2n.21= 2 Check the last digit to see if it's even.
22 = 4 Check the last two digit to see if it's divisible by 4.
For example, 312, 348, 997640 is divisible by 4 because the last two digit in each number, which
are "12", "48" and "40" is divisible by 4.
For example, 312312, 348640, 5248 is divisible by 8 because the last three digit in each number,
which is "312", "640" and "248" is divisible by 8.
etc,...
For any power of 3:
Add up all the digit in that number and see if it's divisible by that multiple of 3.31= 3, add up all the digits in that number and check if it's divisible by 3.
For example, 108, 3465, 6534 is divisible by 3 because the sum of the digit in each number,
which is "9" (1+8), "18" (3 + 4 + 6 + 5) and again "18" is divisible.
For example, 225, 198765, 5634 is divisible by 9 because the sum of the digit in each number,
which is "9" ( 2+ 2 + 5), " 36" (1 + 9 + 8 + 7 + 6 + 5) and "18" (5 + 6 + 3 + 4) is divisible by 9.
An easier way to check is to cross out the multiple of 9 or the combination of digit sum that is a multiple
of 9. 33 = 27 Check the last three digit to see if it's divisible by 27.
etc...
For divisible rule for 5, the unit (one's digit) digit has to end in either 5 or 0.
For divisible rule for 6, the number has to be divisible by both 2 and 3 because 6 = 2 x 3
For divisible rule for 10, the unit (or one's) digit has to end in 0.
For divisible rule for 11, the difference of the sum of alternative digit has to be multiple of 11,
such as 0, 11 or 22, etc...
For example, 908050. The sum of alternate digit is (9 + 8 + 5) and (0 + 0 + 0) and their difference
is 22 - 0 = 22 so 908050 is divisible by 11.
For divisible rule for 12, the number has to be divisible by 4 and 3 since 12 = 4 x 3
To check if a number is divisible by 2, 4 or 8, you can just check 8 since 2 and 4 are factors of 8 so
any number that is divisible by 8 is divisible by 2 and 4 but not vice versa.
Questions to ponder: (Answer key and solutions below)
1. How many positive integers less than 200 are divisible by 2, 3 and 5?
2. How many positive three-digit integers are divisible by neither 3 nor 5?
3. The number A346A is divisible by 9. What number does the letter "A" stand for?
4. What is the smallest four-digit number that is divisible by 2, 3, 4, 5, 6, 7 and 8?
5. The number 9A8B is divisible by 11. How many pairs of distinct (A, B) meet the criteria?
6. What is the smallest 3 digit number that is divisible by 3 and 5 but not by 10?
7. What is the sum of all the positive integers less than 105 that is a multiple of 3 or 5?
7. What is the sum of all the positive integers less than 105 that is a multiple of 3 or 5?
Answer:
#1: 6 The least common denominator of 2, 3, and 5 is 2 * 3 * 5 = 30 since the three numbers are relatively prime.
= 6#2: 480 There are 999-100 + 1 or 999 - 99 = 900 three digit numbers. Of those,
numbers are divided by 3 and
numbers are divided by 5 and
numbers are divided by both and thus are repeated (over-counted twice). Total there are 300 + 180 - 60 = 420 numbers that are divisible by 3 or 5. So there are 900 - 420 = 480 three digit numbers that are divisible by neither 3 nor 5.#3: The divisible rule for 9 is to add up all the sum of the digits in that number and check if it's divisible by 9.
2A + 3 + 4 + 6 = 13 + 2A a multiple of 9 which means that it has to be an odd sum for the 2A to be integer. 9 * 3 = 27
13 + 2A = 27, 2A = 14 so A = 7
#4: The smallest number that is divisible by 2, 3, 4, 5, 6, 7 and 8 is 2 * 3 * 2 * 5 * 7 * 2 = 840. ( or 8 * 7 * 5 * 3 because both 2 and 4 are factors of 8 and for multiple of 6, you only need an extra 3)
The smallest four digit number is thus 840 * 2 = 1680
#5: (9 + 8) - (A + B) = multiple of 11 so A + B = 6 or A + B = 17
(A, B) = (9, 8) ; (8, 9); (6, 0); (0, 6); (5, 1); (1, 5); (4, 2); (2, 4) and so 8 pairs
#6: To be divisible by 5, the unit digit has to be 5 or 0; however, since the question says it's not divisible by 10 so the unit digit is 5. To be divisible by 3, the sum of the digit is divisible by 3, so 105 is the smallest three digit number that works.
The next number would be 105 + 30, and continue adding multiple of 30. 135, 165, 195, etc...
#7: For multiples of 3 less than 105, you have 3, 6, 9, 12, 15 ...to 102.
For multiples of 5 less than 105, you have 5, 10, 15,...to 100.
The LCM of 3 and 5 is 15 and the multiples of 15 will be repeated twice for both number multiples so we
need to subtract one set to avoid duplicates.
3 (1 + 2 + 3 + ...34) + 5 (1 + 2 + 3 + ...20) - 15 (1 + 2 + ...6) = 3 *
+ 5 *
- 15 * 
(sum of the first n natural numbers) = 2520







+ 1


