Try another version of this question Get help:
Convert from 968, a BASE-10 NUMBER
to a BASE-7 NUMBER
Enter your result as string of digits in the correct order with NO SPACES OR COMMAS.
Your base-7 number: The highest power of 7 that divides 968 is `7^3 = 343`.
`968/343` = 2, remainder 282.
Now we see how many `7^2 = 49` will divide into 282. `282/49` = 5, remainder 37.
`37/7` = 5, remainder 2.
So 968 written base-7 is 2552