You can always tell a number is divisible by eight by checking to see if the rightmost three digits are. If they are, then the whole number is.
With that in mind then, you can make up all sorts of such numbers by just grabbing some combination that you know is divisible by eight, and tacking additional digits on to the left. For example, we know that 128 is divisible by eight (128 / 8 = 16), so any of these numbers are as well:
89469128
13948128
90173128
The number of digits doesn't matter, so we also know that a ridiculously large number like this one:
25098174509840582437575109283102477568758134024
is divisible by eight, because the last three digits are.
Chat with our AI personalities
No. Numbers divisible by 2 have a digit in the ones place that is divisible by 2. In others words, numbers ending in 0,2,4,6, or 8
1296
There are 4 such numbers (8, 48, 80, 88).
1975487646
All whole numbers are divisible by 1. Numbers are divisible by 2 if they end in 2, 4, 6, 8 or 0. Numbers are divisible by 3 if the sum of their digits is divisible by 3. Numbers are divisible by 4 if the last two digits of the number are divisible by 4. Numbers are divisible by 5 if the last digit of the number is either 5 or 0. Numbers are divisible by 6 if they are divisible by 2 and 3. Numbers are divisible by 9 if the sum of their digits is equal to 9 or a multiple of 9. Numbers are divisible by 10 if the last digit of the number is 0.