Try another version of this question Get help: Question 1
Convert from 414, 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 414 is `7^3 = 343`.
`414/343` = 1, remainder 71.
Now we see how many `7^2 = 49` will divide into 71. `71/49` = 1, remainder 22.
`22/7` = 3, remainder 1.
So 414 written base-7 is 1131