Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

Modular Arithmetic & Clock Math cheat sheet - grade 7-12

Click image to open full size

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.

Download PNG

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 ab(modn)a \equiv b \pmod{n} means aa and bb have the same remainder when divided by nn.
  • ab(modn)a \equiv b \pmod{n} is true exactly when nn divides aba-b, written as n(ab)n \mid (a-b).
  • To reduce a number modulo nn, divide by nn and keep the remainder, so 295(mod12)29 \equiv 5 \pmod{12}.
  • In clock arithmetic, values wrap around after the modulus, so on a 1212-hour clock, 10+53(mod12)10+5 \equiv 3 \pmod{12}.
  • You can add congruences with the same modulus: if ab(modn)a \equiv b \pmod{n} and cd(modn)c \equiv d \pmod{n}, then a+cb+d(modn)a+c \equiv b+d \pmod{n}.
  • You can multiply congruences with the same modulus: if ab(modn)a \equiv b \pmod{n} and cd(modn)c \equiv d \pmod{n}, then acbd(modn)ac \equiv bd \pmod{n}.
  • A negative number can be reduced by adding the modulus until the result is between 00 and n1n-1, so 39(mod12)-3 \equiv 9 \pmod{12}.
  • The standard least nonnegative residue modulo nn is one of 0,1,2,,n10,1,2,\ldots,n-1.

Vocabulary

Modulus
The modulus is the number nn that tells how many values are in one complete cycle.
Congruent
Two integers are congruent modulo nn if they have the same remainder after division by nn.
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 00 through n1n-1.
Clock arithmetic
Clock arithmetic is modular arithmetic where numbers wrap around after a fixed cycle such as 1212 or 2424.
Divisibility
Divisibility means one integer divides another with no remainder, written as aba \mid b.

Common Mistakes to Avoid

  • Treating ab(modn)a \equiv b \pmod{n} 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 nn is equivalent to 00, so 120(mod12)12 \equiv 0 \pmod{12}.
  • Leaving a negative residue without simplifying can cause errors because answers are usually expected between 00 and n1n-1, such as writing 2-2 instead of 10(mod12)10 \pmod{12}.
  • 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 nn only works when the divisor is relatively prime to nn.

Practice Questions

  1. 1 Find the least nonnegative residue of 47(mod12)47 \pmod{12}.
  2. 2 A clock shows 9:009{:}00. What time will it show 1717 hours later using modulo 1212 arithmetic?
  3. 3 Simplify 87+5(mod11)8 \cdot 7 + 5 \pmod{11}.
  4. 4 Explain why 382(mod12)38 \equiv 2 \pmod{12} and 502(mod12)50 \equiv 2 \pmod{12} represent the same position on a 1212-hour clock.