Question: What is the rule for determining if a number is divisible by 7?
Options:
Correct Answer: Double the last digit and subtract it from the rest of the number
Solution:
To check if a number is divisible by 7, you can double the last digit and subtract it from the rest of the number; if the result is divisible by 7, then the original number is as well.