Find the Prime Factorization 72
Problem
Solution
Divide the number by the smallest prime number, which is
2
Continue dividing the result by
2 as long as it remains even.
Divide by
2 again.
Move to the next prime number, which is
3 since9 is no longer divisible by2
Divide by
3 one last time to reach1
Collect all the prime factors used in the divisions.
Write the factors in exponential form.
Final Answer
Want more problems? Check here!