Number Theory Basics Cheat Sheet
A printable reference covering divisibility, primes, factors, multiples, GCF, LCM, modular arithmetic, and prime factorization for grades 8-12.
Related Tools
Number theory is the study of whole numbers and the patterns they follow. This cheat sheet helps students recognize factors, multiples, primes, divisibility rules, and remainders quickly. These ideas support algebra, fractions, cryptography, contest math, and proof-based reasoning. A clear reference makes it easier to solve problems without memorizing every step separately. The most important tools are prime factorization, the greatest common factor, the least common multiple, and modular arithmetic. Prime factorization breaks a number into prime building blocks, such as . The GCF uses the smallest shared powers of primes, while the LCM uses the largest powers needed to include both numbers. Modular arithmetic focuses on remainders, using notation such as .
Key Facts
- A positive integer greater than is prime if its only positive factors are and itself.
- Every integer has a unique prime factorization, such as .
- For positive integers and , .
- A number is divisible by if the sum of its digits is divisible by , and divisible by if the sum of its digits is divisible by .
- A number is divisible by if its last digit is even, and divisible by if its last digit is or .
- The Euclidean algorithm uses repeated division: if , then .
- The notation means and have the same remainder when divided by .
- If divides , written , then there is an integer such that .
Vocabulary
- Prime number
- A prime number is an integer greater than with exactly two positive factors, and itself.
- Composite number
- A composite number is an integer greater than that has more than two positive factors.
- Factor
- A factor of a number is an integer that divides the number evenly with remainder .
- Greatest common factor
- The greatest common factor, or , is the largest positive integer that divides two or more numbers.
- Least common multiple
- The least common multiple, or , is the smallest positive integer that is a multiple of two or more numbers.
- Congruence
- A congruence means and differ by a multiple of .
Common Mistakes to Avoid
- Calling a prime number is wrong because prime numbers must have exactly two positive factors, and has only one positive factor.
- Finding the LCM by multiplying numbers every time is inefficient and can be wrong if the numbers share factors, since is not always .
- Confusing GCF and LCM leads to reversed answers because the GCF is the largest shared factor, while the LCM is the smallest shared multiple.
- Using divisibility by or on the last digit is wrong because those tests depend on the sum of all digits, not the final digit.
- Writing when the remainders are different is incorrect because congruent numbers must differ by a multiple of .
Practice Questions
- 1 Find the prime factorization of .
- 2 Find and .
- 3 Determine whether , and explain using remainders.
- 4 Explain why prime factorization makes it possible to find both the GCF and the LCM of two numbers.