SOLUTION: apply binary compliments to subtract 101111base2 from 110111base2.how do you even start on these??

Algebra ->  Logarithm Solvers, Trainers and Word Problems -> SOLUTION: apply binary compliments to subtract 101111base2 from 110111base2.how do you even start on these??      Log On


   



Question 406811: apply binary compliments to subtract 101111base2 from 110111base2.how do you even start on these??
Answer by Alan3354(69443) About Me  (Show Source):
You can put this solution on YOUR website!
apply binary compliments to subtract 101111 from 110111
1's complement of 101111 = 010000
Add 1 to get 2's complement
= 010001
--------
110111
010001
------- Add
001000
=======
55 - 47 = 8