The prime factorization of 1234567890 is:
$$ 1234567890 = 2\cdot3\cdot3\cdot5\cdot3607\cdot3803 $$Which is the same as :
$$ 1234567890 = 2\cdot3^{2}\cdot5\cdot3607\cdot3803 $$Prime factorization can be nicely visualized by creating a factorization tree.
| 1234567890 can be written as 10 × 123456789. |
|
| 10 can be written as 2 × 5. |
|
| 123456789 can be written as 3 × 41152263. |
|
| 41152263 can be written as 3 × 13717421. |
|
| 13717421 can be written as 3607 × 3803. |
|
| The end nodes are the prime factors of the number 1234567890. |
|