00:01
So we want to determine if 78 is divisible by 2, 3, 4, 5, 6, and 10 using common divisibility tests.
00:14
So the divisibility test for 2 is that the last digit of the number must be divisible by 2.
00:21
In other words, the number must be even.
00:24
So looking at 78, the last digit is 8, which is divisible by 2.
00:29
So i know that the entire number will also be divisible by two.
00:34
The divisibility rule for three is that the sum of the digits must add up to a sum that is divisible by three.
00:44
If that does happen, then the entire number will be divisible by three as well.
00:49
In this case, we're adding up 7 and 8, which equals 15, which is in fact divisible by 3.
00:58
So i can go ahead and put a check here.
01:02
The divisibility rule for four is that the last two digits of the number must be divisible by four.
01:09
And in this case, 78 is the two digit number.
01:15
But looking at it, i know that it is actually not divisible by four.
01:23
So i'm going to go ahead and put an x there...