Prime Factors

In this lesson, we'll discuss about prime factorization of prime numbers.

We'll cover the following...

Representation

Any integer can be represented as the product of a power of primes. For example:

  • 6=2×36 = 2\times3
  • 24=23×324 = 2^3\times3
  • 3087=32×733087 = 3^2\times7^3

Breaking an integer into its prime factors with their corresponding powers is called prime factorization.

Prime factorization of an integer is a very common problem and will reoccur in a wide range of topics, hence it is important to know an efficient way to do it.


Prime Factors

Property: An integer NN will have at most one prime factor N\geq\sqrt{N}. ...