Asked by Mike

Convert from binary to decimal

(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.
There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions