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.

Prime and composite numbers are the basic categories used to describe whole numbers greater than 1. A prime number has exactly two positive factors, 1 and itself, while a composite number has more than two positive factors. This matters because every whole number greater than 1 can be built from primes, much like structures can be built from basic blocks.

Understanding primes helps with factoring, fractions, divisibility, cryptography, and many areas of mathematics.

Understanding Math: Prime and Composite Numbers

Factors usually come in pairs. If one number divides evenly into another, a matching factor appears when the division is reversed. For example, the factors of thirty six can be paired as one with thirty six, two with eighteen, three with twelve, four with nine, and six with six.

This pairing explains an efficient way to test a number. Once the smaller factor in a pair becomes larger than the square root, its matching partner has already been checked.

Students do not need to try every number below the target. They can test only likely divisors, beginning with two, then three, five, seven, and other primes.

A useful classroom tool is the sieve method. Write a list of counting numbers, then cross out multiples of two after keeping two. Next keep three and cross out its remaining multiples.

Continue with the next uncrossed number. The numbers left are primes. This process shows why checking only prime divisors is enough.

If a number is divisible by a composite number such as twelve, it must already be divisible by one of twelve's prime parts, such as two or three. It also helps students notice patterns.

Except for two, every prime is odd, but not every odd number is prime. Fifteen, twenty one, and twenty five show why oddness alone is not a test.

Breaking a number into prime factors is especially useful when working with fractions. To simplify eighteen over twenty four, separate both numbers into their prime pieces. Eighteen is two times three times three.

Twenty four is two times two times two times three. One two and one three occur in both, so they can be removed from the top and bottom. The fraction becomes three over four.

The same idea finds the lowest common multiple for adding fractions. Prime factors reveal exactly which building blocks each denominator needs. They are more reliable than guessing from multiplication tables, especially when the numbers become larger.

Prime factorization has one important feature. Apart from the order of the factors, each whole number has only one complete prime breakdown. For instance, changing the order of factors does not create a new breakdown.

This uniqueness makes primes useful for organizing number properties. It helps with greatest common factors, least common multiples, divisibility rules, and square roots. A number is a perfect square when every prime in its factorization can be paired with an identical copy.

Seventy two is not a square because its factors include an unpaired two. Students should pay close attention to the difference between a factor and a multiple. A factor divides a number exactly.

A multiple is made by multiplying a number by a whole number. Mixing up these ideas causes many errors in prime work.

Key Facts

  • A prime number has exactly two positive factors: 1 and itself.
  • A composite number has more than two positive factors.
  • 1 is neither prime nor composite because it has exactly one positive factor.
  • Every integer greater than 1 is either prime or can be written as a product of primes.
  • Prime factorization example: 84 = 2 × 2 × 3 × 7 = 2^2 × 3 × 7.
  • To test whether n is prime, check divisibility by primes less than or equal to sqrt(n).

Vocabulary

Prime number
A whole number greater than 1 with exactly two positive factors, 1 and itself.
Composite number
A whole number greater than 1 with more than two positive factors.
Factor
A whole number that divides another whole number evenly with no remainder.
Prime factorization
The expression of a whole number greater than 1 as a product of prime numbers.
Sieve of Eratosthenes
A method for finding primes by crossing out multiples of each prime in a list of whole numbers.

Common Mistakes to Avoid

  • Calling 1 a prime number is wrong because a prime must have exactly two positive factors, and 1 has only one.
  • Calling every odd number prime is wrong because many odd numbers are composite, such as 9, 15, 21, and 27.
  • Stopping a prime test too early is wrong because you must check all possible prime divisors up to sqrt(n), not just 2, 3, or 5.
  • Writing a factorization that still contains composite numbers is incomplete because prime factorization must use only prime factors.

Practice Questions

  1. 1 Classify each number as prime, composite, or neither: 1, 2, 15, 17, 49, 51.
  2. 2 Find the prime factorization of 180 and write it using exponents.
  3. 3 Explain why 1 is not prime and why this rule is important for making prime factorization unique.