Overview
Intermediate number theory emphasizes modular arithmetic, gcd arguments, and careful factoring.
Key Ideas
Core Skills
Reduce Modulo a Convenient Base
Pick moduli that simplify the expression (like 2, 3, 4, 5, 8, 9, 11).
Use the Euclidean Algorithm
Compute gcds quickly to test solvability of linear Diophantine equations.
Combine Congruences
Use the Chinese Remainder Theorem for compatible mod conditions, even in simple two-modulus cases.
Worked Example
Solve .
Check small residues: , so .
More Examples
Example 1: Linear Diophantine
Determine if has integer solutions.
divides , so solutions exist.
Example 2: Mod Elimination
Can happen?
Squares are or mod , so no.
Example 3: CRT Quick Solve
Find with and .
Check , which satisfies both; so .
Strategy Checklist
- Choose a modulus that simplifies the expression.
- Check gcd conditions for linear equations.
- Verify solutions by substitution.
Practice Problems
- Using a modulus that does not provide new information.
- Forgetting to check gcd divisibility.
- Assuming a congruence has a solution without testing residues.
| Status | Source | Problem Name | Difficulty | Tags | ||
|---|---|---|---|---|---|---|
| AMC 12 | Normal | Show TagsModular Arithmetic | ||||
| AIME | Hard | Show TagsDiophantine | ||||
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.
