Try another version of this question Get help:
Convert from 818, 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 818 is `6^3 = 216`.
`818/216` = 3, remainder 170.
Now we see how many `6^2 = 36` will divide into 170. `170/36` = 4, remainder 26.
`26/6` = 4, remainder 2.
So 818 written base-6 is 3442