Double the last digit
Subtract it from the remaining number
Repeat the process until the result is small
If the final number is divisible by 7, the original number is divisible by 7
If the final number is 0 or a multiple of 7, the original number is divisible by 7
