What does “divisible by” mean?
If two numbers can divide into each other, without leaving any remainder
How can you express a variable being divisible by another using fractions?
x is divisible by y if:
x / y = INTEGER
How can you check for divisibility using prime factors?
x is divisible by y if:
the prime factorization of x contains the prime factorization of y
15 = 3 x 5
60 = 2 x 2 x 3 x 5
–> as 60 contains 3x5, which are the prime factors of 15, this is divisible!
If y is a factor of x, and z is a factor of y, _____________
If y is a factor of x, and z is a factor of y, z is ALSO A FACTOR of x
If any number is divisible by another number, what should you remember about the factors?
That the factors of the dividing number can also divide evenly into the number you are dividing
If x is divisible by two or more numbers, it must ______________
If x is divisible by two or more numbers, it must ALSO be divisible by the LCM of those numbers
How would you do this question:
Prime factorize 12 and 100
12 = 2 x 2 x 3
100 = 2 x 2 x 5 x 5
LCM = 2 x 2 x 3 x 5 x 5 = 300
As you know the LCM of any divisible integers must also divide into the original number. Therefore you know factually that 300 is a divisor of the number.
If X and Y are positive integers, and X is divisible by j, and Y is divisible by k,, then..?
X is divisible by j
Y is divisible by k
Then, jk is the greatest integer that must evenly divide into XY
What should you do when facing this fraction:
Make sure j/k is expressed in simplest terms.
Then, you know that N must be divisible by k
What can you infer about the value of N?
Considering 15/17 is in its most reduced form, N must be divisible by 17
How could you apply percentages to these divisibility concepts?
(pre-tax price of “W”, integer, if a 16% sale tax is added and the remaining fee is still an integer, what can you infer?)
Sales tax = 16% of original
T = 16/100 * W
T = 4/25 * W
T = 4W/25
So, W is divisible by 25
And, T is divisible by 4 (considering 25T/4 = W)
How would you tackle this question?
WATCH OUT!
Don’t do 84/100, because its not really asking for that!
Instead, consider the percentage as 0.84 (technically the same as the percentage lol), and divide THAT by 9.
Which numbers are divisible by 0?
No numbers
Which numbers are divisible by 1?
1
Which numbers are divisible by 2?
All numbers for which the units digit is even (0, 2, 4, 6, 8)
Which numbers are divisible by 3?
If the sum of all the digits is divisible by 3
Which numbers are divisible by 4?
If the last two digits are divisible by 4
(00 IS divisible by 4!)
Which numbers are divisible by 5?
All numbers for which the units digit is a 0 or a 5
Which numbers are divisible by 6?
If the number is even AND its digits sum to a multiple of 3
eg. 18
Is EVEN, and its digits add 1 + 8 = 9, which is a multiple of 3
Which numbers are divisible by 7?
No logic here, must do full calculation
Which numbers are divisible by 8?
Take the last three digits and divide by 8, if no remainder, it must be even.
Eg. 1160, 160/8 = 20
So 8 can divide into 1160
Which numbers are divisible by 9?
If the sum of all its digits is divisible by 9
Which numbers are divisible by 10?
If the units digit is a 0
Which numbers are divisible by 11?
COMPLEX
The sum of the odd-numbered placed digits,
- MINUS
The sum of the even-numbered placed digits
remember its saying PLACED, so the units digits is the first number to the left, and is thus odd-placed.
-> THAT result must be a multiple of 11