SOLUTION: My problem involves the base ten numeration system.
I need to write 101(0two) (zero and two written like an exponent)in base ten.
Algebra ->
Decimal-numbers
-> SOLUTION: My problem involves the base ten numeration system.
I need to write 101(0two) (zero and two written like an exponent)in base ten.
Log On
Question 202161: My problem involves the base ten numeration system.
I need to write 101(0two) (zero and two written like an exponent)in base ten. Answer by vleith(2983) (Show Source):
You can put this solution on YOUR website! I'm not clear on your question. I think you are asking
What is in base 10?
If that is the case, then you need to understand that the each column in the binary system has a specific value. Just like each column in base ten has a value.
In base ten, the lowest order column (digits) represents = 1
The next higher column represents = "the tens"
The next one up is = "the hundreds".
Same idea in other base systems.
For binary (base 2),
the lowest order column (digits) represents = 1
The next higher column represents = "the twos"
The next one up is = "the fours" etc
So the number you are given is
Thus you have 1 in the digits. so that is 1*1 = 1
You have 0 in the twos. 2*0 = 0
You have 1 in the fours. 4*1 = 4
Total is 4+0+1 = 5
So =
The same process holds for any base you choose. Popular bases include 2, 8, 10 and 16 as far as computers are concerned. can you think of a case where base 12 occurs in real life?
Take your "time" and think about it