Question: What is the rule for determining if a number is divisible by 11?
Options:
Correct Answer: The difference between the sum of the digits in odd positions and the sum of the digits in even positions must be divisible by 11
Solution:
A number is divisible by 11 if the difference between the sum of the digits in odd positions and the sum of the digits in even positions is divisible by 11.