Prime Factorization
In number theory, the prime factorization of a number is the set consisting of prime numbers whose product is As an example, the prime factorization of 90 is
Due to its uniqueness for every positive integer, the prime factorization provides a foundation for elementary number theory.
Prime Factors
The uniqueness of prime factorization is an incredibly important result, thus earning the name of fundamental theorem of arithmetic:
Fundamental Theorem of Arithmetic
Any integer greater than is either a prime number, or can be written as a unique product of prime numbers, up to the order of the factors.
This statement implies that if a number is not prime, it has a prime number as its factor. For example, the factors of are and , where and are both prime numbers. "Up to the order of the factors" means that it does not matter the order in which the product of the prime numbers is written.
What are the prime factors of
The factors of are , , , , , and . The prime factors are and .
What are the prime factors of
The factors of are , , , , , , , , , , and . The prime factors are , , and .
What is the smallest prime factor of 6125?
If are three different prime numbers such that , how many positive divisors does have excluding and itself.
Since , we can conclude that and are the factors of . Since and are prime numbers, we can't factor them to get any other number, so that gives us a total of numbers.
But wait, we know that if and are factors of , then is also a factor of . So a combination of two factors out of the three factors is also a divisor of . In other words, we have , , and as factors of which are another in addition to the above.
Note that is also a combination that is a factor of , but it equals the number itself and is therefore omitted.
So we have a total of divisors, excluding and the number itself.
If has factors (1 and inclusive) and has factors. What is the number of factors of
Prime Factorization
Prime factorization means writing a number as a product of primes.
What is the prime factorization of
We have
For larger numbers, it is often easiest to find the prime factorization of a number by starting with smaller primes. For example, when factorizing the number , we start by dividing it by which leaves us with . We observe that this is still divisible by , so we once again divide it, obtaining . We repeat this once more, which leaves us with . We then realize is not divisible by and thus look for the next prime integer that the number is divisible by, which happens to be . We then divide by , which leaves us with . Therefore, = .
Prime Factor Trees
A prime factor tree provides a pictorial representation of the prime factorization for a positive integer. Starting with the given integer at the top of the tree, two branches are drawn toward two positive factors of The process is repeated for the numbers at the end of each branch that is drawn until each "leaf" is a prime number.
The factor tree for 72 is shown below.
tree
Keep factoring the divisors until the divisors reach a prime number:
tree
All the divisors have been factored to a prime number. Multiplying all the leaves of the tree gives
What is the prime factorization of
The factor tree looks like this:
![]()
Thus, the prime factorization of is .
Applications
The problem of prime factorization is highly associated with the field of cryptography, since factorizing large numbers is difficult even for computers. Cryptosystems such as RSA encryption are based (in part) on this principle.
The concept of primality can also be extended to ring theory and fields other than the integers. For instance, 5 is prime in the integers, but not in the Gaussian integers, since . This idea is paramount in algebraic number theory, particularly in analyzing problems like writing integers as the sum of two squares.