Asked by Mike
Convert from binary to decimal
(1000)2 - (0011)2 = (?)10
(1000)2 - (0011)2 = (?)10
Answers
Answered by
Steve
You have
2^3 - (2^1+2^0) = 8-3 = 5
If you have linux, or cygwin, you can run
bc
and enter ibase=2
then just type in the binary numbers, and the output will be decimal.
2^3 - (2^1+2^0) = 8-3 = 5
If you have linux, or cygwin, you can run
bc
and enter ibase=2
then just type in the binary numbers, and the output will be decimal.
There are no AI answers yet. The ability to request AI answers is coming soon!
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.