To decompose a number into its prime factors, we check if it tis divisible by a certain prime number. We start checking in order, so remember first few prime numbers are: 2, 3, 5, 7, 11, 13, 17, 19 and 23.
Let's take a look at how it's done.

We continue with 3,

Notice 1725 is still divisible by 3. Therefore,

Let´s continue with 5,
![undefined]()