Overview
Number sense is the backbone of contest math. You should be comfortable with divisibility tests, prime factorizations, and the Euclidean algorithm. Many problems reduce to checking a remainder or rewriting a number in prime powers.
Key Ideas
- If and , then for any integers .
- The Euclidean algorithm computes quickly by repeated remainders.
- Working modulo lets you replace numbers by their remainders without changing divisibility information.
Worked Example
Find the remainder of when divided by .
Because , we have . Since is even, . We can use the cycle with period . Compute , so the remainder is .
Common Pitfalls
- Forgetting that congruence only preserves addition and multiplication.
- Mixing up and relationships.
Practice Problems
| Status | Source | Problem Name | Difficulty | Tags | ||
|---|---|---|---|---|---|---|
| AMC 8 | Easy | Show TagsDivisibility, Remainders | ||||
| AMC 10 | Easy | Show TagsGCD, Prime Factorization | ||||
Module Progress:
Join the AoPS Community!
Stuck on a problem, or don't understand a module? Join the AoPS community and get help from other math contest students.