Try another version of this question Get help: Question 1
Convert from 6432, a BASE-10 NUMBER
to a BASE-9 NUMBER
Enter your result as string of digits in the correct order with NO SPACES OR COMMAS.
Your base-9 number: The highest power of 9 that divides 6432 is `9^3 = 729`.
`6432/729` = 8, remainder 600.
Now we see how many `9^2 = 81` will divide into 600. `600/81` = 7, remainder 33.
`33/9` = 3, remainder 6.
So 6432 written base-9 is 8736