Double the last digit
Subtract it from the remaining leading number
If the result is divisible by 7, then the original number is divisible by 7
Repeat the process if needed for a large number
Check whether the final result is a multiple of 7
Alternatively, divide the number by 7 and see if there is no remainder
