Try another version of this question Get help:
Convert from 4320, 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 4320 is `9^3 = 729`.
`4320/729` = 5, remainder 675.
Now we see how many `9^2 = 81` will divide into 675. `675/81` = 8, remainder 27.
`27/9` = 3, remainder 0.
So 4320 written base-9 is 5830