To find out if a number is divisible by seven:
Take the last digit, double it, and subtract it from the rest of the
number.
If the answer is more than a 2 digit number perform the above
again.
If the result is 0 or is divisible by 7 the original number is also
divisible by 7.
Take the last digit, double it, and subtract it from the rest of the
number.
If the answer is more than a 2 digit number perform the above
again.
If the result is 0 or is divisible by 7 the original number is also
divisible by 7.