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