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