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