Divisibility Rules
Recently I published a post on squaring numbers ending with five, but in this post, I'm going to take it a step further, and teach all the divisibility rules up to 13. Divisibility rules are the guidelines for working out if a larger number is divisible by your smaller one. They never make an error. Sadly, as there are infinite prime numbers, and therefore infinite divisibility rules, I can neither learn all of them, or teach you all of them. But chances are that you will ever need to know any above thirteen, so 'fire away!'. 1: All whole numbers are divisible by 1. 2, 4, 8, etc: To find out whether a number is divisible by 2^n, all you need to do is take the last n digits of the larger number is divisible by 2^n, or zero. e.g. 31242345840 is divisible by 8 (2^3), because the last 3 (n) digits, 840, is a multiple of 8. This is because any power of 2 (2^n) is a factor of the same power of ten (10^n). e.g. 16 (2^4) = 10000 (10^4) ÷ 625 (5^4). As you have just seen, yo...