SOLUTION: Name: MAT 145: Topics In Contemporary Math
Operations in Bases
Find each of the following. Be careful which base the work is done in!
1) 11001110(2) + 10
Algebra ->
Testmodule
-> SOLUTION: Name: MAT 145: Topics In Contemporary Math
Operations in Bases
Find each of the following. Be careful which base the work is done in!
1) 11001110(2) + 10
Log On
You can put this solution on YOUR website! there are four rules to followed when adding two binary numbers:
0+0=0
1+0=1
1+1=10 (binary 2)->write 0 and cary 1
1+1+1=11 (binary 3)->write 1 and cary 1
subtracting two binary numbers:
0-0=0
1-0=1
1-1=0
0-1=1 with a borrow of 1