convert i) (100100)=(?)
Answers
Answer:
(100100)= 1001*100 or 10010*10 or 100100*1
If you want from binary to decimal here are the steps:
Step 1) You start with the last digit in 100100: Multiply the last digit by 2^0, Multiply the second to last digit by 2^1, Multiply the third to the last digit by 2^2, Multiply the fourth to the last digit by 2^3, Multiply the fifth to the last digit 2^4, and so on until all the digits are used.
Step 2) Add up all the products you got from Step 1 to get the answer to 100100 in decimal.
Using the steps above, here is the math showing you how to convert 100100 binary to decimal. (Don't forget that we start with the last digit in 100100 on the right side and then work our way to the left.)
0 x 20 = 0
0 x 21 = 0
1 x 22 = 4
0 x 23 = 0
0 x 24 = 0
1 x 25 = 32
0 + 0 + 4 + 0 + 0 + 32 = 36
That is all there is to it. Here is the answer to 100100 binary to decimal: