Math
Grade 7-12
Modular Arithmetic & Clock Math Cheat Sheet
A printable reference covering congruence, remainders, clock addition, modular subtraction, and modular multiplication for grades 7-12.
Related Worksheets
Study as Flashcards
Modular arithmetic is the math of remainders, cycles, and clocks. This cheat sheet helps students recognize when numbers are equivalent after dividing by a fixed modulus. It is useful for clock time, repeating patterns, divisibility, coding, and number theory. Students need it because modular problems often look unfamiliar even when they use simple arithmetic.
Key Facts
- The congruence statement means and have the same remainder when divided by .
- is true exactly when divides , written as .
- To reduce a number modulo , divide by and keep the remainder, so .
- In clock arithmetic, values wrap around after the modulus, so on a -hour clock, .
- You can add congruences with the same modulus: if and , then .
- You can multiply congruences with the same modulus: if and , then .
- A negative number can be reduced by adding the modulus until the result is between and , so .
- The standard least nonnegative residue modulo is one of .
Vocabulary
- Modulus
- The modulus is the number that tells how many values are in one complete cycle.
- Congruent
- Two integers are congruent modulo if they have the same remainder after division by .
- Remainder
- The remainder is the amount left after dividing an integer by another integer as evenly as possible.
- Residue
- A residue is a representative remainder for a congruence class, often chosen from through .
- Clock arithmetic
- Clock arithmetic is modular arithmetic where numbers wrap around after a fixed cycle such as or .
- Divisibility
- Divisibility means one integer divides another with no remainder, written as .
Common Mistakes to Avoid
- Treating as ordinary equality is wrong because congruent numbers can be different integers with the same remainder.
- Forgetting to wrap around the modulus is wrong because in modular arithmetic is equivalent to , so .
- Leaving a negative residue without simplifying can cause errors because answers are usually expected between and , such as writing instead of .
- Changing the modulus in the middle of a problem is wrong because congruence rules like addition and multiplication only work when the modulus stays the same.
- Dividing both sides of a congruence without checking is unsafe because cancellation modulo only works when the divisor is relatively prime to .
Practice Questions
- 1 Find the least nonnegative residue of .
- 2 A clock shows . What time will it show hours later using modulo arithmetic?
- 3 Simplify .
- 4 Explain why and represent the same position on a -hour clock.