Try another version of this question Get help:
Convert from 414, 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 414 is `5^3 = 125`.
`414/125` = 3, remainder 39.
Now we see how many `5^2 = 25` will divide into 39. `39/25` = 1, remainder 14.
`14/5` = 2, remainder 4.
So 414 written base-5 is 3124