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