i hope this isnt too complicated
format is a bit screwy
does 110 go into 1, no, 10, no, 101, no, but it does into 1011
therefore add a one to the top
1
110 / 1011110
now u do 1011 - 110
2's complement
110 = 001 + 1 = 010
1011 + 010 = 1101
thus u get
1111
110/1011110
.......0110
.......1101 *cut off the leading one
........1011- *bring down the 1, and put a one at the top
..........110 *1011 + 010 = 1101
.........11011- *bring down the 1, cut off the one
..............110
............11010- *bring down 0, cut off the one
................110
................100
there for the answer is 1111 r 100
the answer in excel is just the fraction version of the same thing, writing the above will give the same result