How do you Write the decimal number 2365 as a base 7 number?

Answer:
  1. Divide the number by the new base (7 in this case) to give a quotient (result) and remainder.
  2. Note the remainder
  3. Make the number the quotient
  4. If the quotient is not zero repeat from step 1
  5. Write the remainders in reverse order (last found first)

That's how I write a decimal number in any other base.



This is me doing it for 2365 in to base 7:

2365 ÷ 7 = 337 r 6
337 ÷ 7 = 48 r 1
48 ÷ 7 = 6 r 6
6 ÷ 7 = 0 r 6

⇒ 236510 = 66167
First answer by Cigmorfil. Last edit by Cigmorfil. Contributor trust: 50 [recommend contributor recommended]. Question popularity: 2 [recommend question].