I would like to see the work so I can understand how to do t
I would like to see the work so I can understand how to do this so show your work please.
Solution
Round to even rule:
10.010 = 1*21+0*20+0*2-1+1*2-2 = 2.25. Using round to even, this will become 10.0 = 210
10.111 = 1*21+0*20+1*2-1+1*2-2+1*2-3 = 2.875. Using round to even, this will become 10.0 = 210
10.110 = 1*21+0*20+1*2-1+1*2-2 = 2.75. Using round to even, this will become 10.0 = 210
11.001 = 1*21+1*20+0*2-1+0*2-2+1*2-3 = 3.125. Using round to even, this will become 11.0 = 310
So, the results are
Value before rounding
Bit Pattern rounded
11.0
Value after rounding
| 2.25 | 
| 2.875 | 
| 2.75 | 
| 3.125 | 

