Try another version of this question Get help:
Convert from 401, a BASE-10 NUMBER
to a BASE-5 NUMBER
Enter your result as string of digits in the correct order with NO SPACES OR COMMAS.
Your base-5 number: The highest power of 5 that divides 401 is `5^3 = 125`.
`401/125` = 3, remainder 26.
Now we see how many `5^2 = 25` will divide into 26. `26/25` = 1, remainder 1.
`1/5` = 0, remainder 1.
So 401 written base-5 is 3101