Answers to 11-hour clock questions
To find the standard name of a positive number, alternately subtract and add the digits,
starting with the ones digit and working to the left.
If the result is more than 10, repeat until you get a number small enough.
Example: 192807 = 7 - 0 + 8 - 2 + 9 - 1 = 21 = 1 - 2 = -1 = 10 (mod 11).
For negative numbers, do the same to get a negative number, then add 9.
Example: -37 = -(7 - 3) = -4 = -4 + 11 = 7 (mod 19).
This is a well-known divisibility test for factors of 11, but it also gives
the remainder for division by 11 if used carefully.
Answers to addition and subtraction questions.
- 1
- 1
- 0
- 0
- 10
- 7
- 4
- 3
- 10
Back to 11-hour clock page.
Back to modular arithmetic page.
ar arithmetic page.