Chapter 12
Divisibility by Seventy-Three
Can you tell whether a large number is divisible by without actually dividing? You may use the fact that .
Solution
The key is that is one less than , so leaves remainder on division by . Break the number into blocks of four digits, counting from the right, and form the alternating sum of those blocks. The number and that alternating sum leave the same remainder on division by , and so on division by as well (and by ), since both divide .
For example, take . Its four-digit blocks from the right are and , and The alternating sum is a multiple of , so the original number is too, and indeed . The same blocks show it is not divisible by , since is not.