The prime factorization of 9000 is:
$$ 9000 = 2\cdot2\cdot2\cdot3\cdot3\cdot5\cdot5\cdot5 $$Which is the same as :
$$ 9000 = 2^{3}\cdot3^{2}\cdot5^{3} $$Prime factorization can be nicely visualized by creating a factorization tree.
| 9000 can be written as 10 × 900. |
|
| 10 can be written as 2 × 5. |
|
| 900 can be written as 10 × 90. |
|
| 10 can be written as 2 × 5. |
|
| 90 can be written as 10 × 9. |
|
| 10 can be written as 2 × 5. |
|
| 9 can be written as 3 × 3. |
|
| The end nodes are the prime factors of the number 9000. |
|