PrevNext

Overview

Intermediate number theory emphasizes modular arithmetic, gcd arguments, and careful factoring.

Key Ideas

  • If ab(modn)a\equiv b\pmod n, then akbk(modn)a^k\equiv b^k\pmod n for integer k0k\ge0.
  • The equation ax+by=cax+by=c has integer solutions iff gcd(a,b)c\gcd(a,b)\mid c.
  • Use modular constraints to eliminate impossible cases quickly.

Worked Example

Solve 7x1(mod10)7x\equiv 1\pmod{10}.

Check small residues: 73=211(mod10)7\cdot 3=21\equiv 1\pmod{10}, so x3(mod10)x\equiv 3\pmod{10}.

Practice Problems

StatusSourceProblem NameDifficultyTags
AMC 12Normal
Show TagsModular Arithmetic
AIMEHard
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.

PrevNext