Convert base-10 212 to base-9

  • Thread starter soopo
  • Start date
  • Tags
    Convert
That 2 is the "digit in the 92 place", the 5 is "the digit in the 9's place" and the 5 at the end is the digit in the one's place.
  • #1
soopo
225
0

Homework Statement


How can you convert 212 in base-10 to base-9?

The Attempt at a Solution



There are holes in the sequence of figures when considering 212 in base-9.
There are 21 holes in the line. There also holes from 90 to 99 and from 190 to 199.
There are then 40 (= 23+10+10-1) holes in the line, since 198 belongs to the previous sets already.
This suggests me that the figure in base-9 is at least 242.
However, the correct answer is 248.
 
Last edited:
Physics news on Phys.org
  • #2
21210 = 2*102 + 1*101 + 2*100

What you want to do is write this number as the sum of multiples of powers of 9, which are 1, 9, 81, 243, and so on.

How many 81's (= 92) are there? That will be you digit in the 92 place.
If there's a remainder after subtracting of the 81's, how many 9's are there in that remainder? That will be your digit in the 9's place.
If there's a remainder (and it better be 5) that will be your 1's place.

If you're converting 21210 to its base-9 equivalent, 248 IS NOT the correct answer. I don't understand what you're talking about with holes in the line.
 
  • #3
soopo said:

Homework Statement


How can you convert 212 in base-10 to base-9?

The Attempt at a Solution



There are holes in the sequence of figures when considering 212 in base-9.
There are 21 holes in the line. There also holes from 90 to 99 and from 190 to 199.
There are then 40 (= 23+10+10-1) holes in the line, since 198 belongs to the previous sets already.
This suggests me that the figure in base-9 is at least 242.
However, the correct answer is 248.

The answer should be [tex](255)_{9}[/tex] . Correct me if I'm wrong.
212=207+5=23*9+5
23=2*9+5
2=0*9+2

Combining all together,

212=9(2*9+5)+5=2*9²+5*9+5
Suggesting 212=[tex](255)_{9}[/tex]
 
Last edited:
  • #4
Yes, 255 is right. That's easy enough to check: 2*9^2+5*9+5=212.
 
  • #5
The quick way to do this is: divide 212 by 9. 9 divides into 212 23 times with remainder 5. 9 divides into 23 twice with remainder 5: 21210= 2559.

That is because saying that 9 divides into 212 23 times with remainder 5 means that 212= 9(23)+ 5. Since 9 divides into 23 twice with remainder 5, 212= 9(9(2)+ 5)+ 5= 2(92)+ 5(9)+ 5.
 

1. How do you convert a base-10 number to base-9?

To convert a base-10 number to base-9, you need to follow these steps:

1. Start by dividing the base-10 number by 9.

2. Write down the remainder of the division as the rightmost digit in the base-9 number.

3. Divide the quotient (the result of the division) by 9 again.

4. Write down the remainder as the next digit to the left of the first digit in the base-9 number.

5. Repeat this process until the quotient is 0.

6. The final base-9 number will be the remainders written in reverse order.

2. What is the base-9 equivalent of 212 in base-10?

The base-9 equivalent of 212 in base-10 is 241.

3. What is the significance of using base-9 instead of base-10?

Using base-9 allows for a more compact representation of numbers, as there are fewer digits in base-9 compared to base-10. It can also be useful in certain mathematical calculations and computer programming.

4. Can you convert any base-10 number to base-9?

Yes, you can convert any base-10 number to base-9 using the steps mentioned in the answer to the first question.

5. How does converting a number to a different base affect its value?

Converting a number to a different base does not change its value, it simply represents the number in a different form. For example, the base-10 number 212 and the base-9 number 241 both represent the same value of two hundred and twelve.

Similar threads

  • Programming and Computer Science
Replies
17
Views
1K
Replies
2
Views
2K
  • Nuclear Engineering
Replies
7
Views
2K
  • Precalculus Mathematics Homework Help
Replies
1
Views
2K
Replies
20
Views
2K
  • Computing and Technology
Replies
0
Views
171
Replies
4
Views
1K
  • Cosmology
Replies
4
Views
1K
  • Programming and Computer Science
Replies
19
Views
972
  • Precalculus Mathematics Homework Help
Replies
3
Views
1K
Back
Top