Calculation:
Convert (10110110)2 to decimal:
(10110110)2=1×27+0×26+1×25+1×24+0×23+1×22+1×21+0×20
=128+0+32+16+0+4+2+0=182
Convert (100011)2 to decimal:
(100011)2=1×25+0×24+0×23+0×22+1×21+1×20
=32+0+0+0+2+1=35
Add the two decimal numbers
182+35=217
Convert the sum back to binary
To convert 217 into binary, divide by 2 and note down the remainders:
217÷2=108,remainder,1
108÷2=54,remainder,0
54÷2=27,remainder,0
27÷2=13,remainder,1
13÷2=6,remainder,1
6÷2=3,remainder,0
3÷2=1,remainder,1
1÷2=0,remainder,1
Reading the remainders from bottom to top, 21710=(11011001)2
The sum of (10110110)2 and (100011)2 is (11011001)2.
Therefore, the correct option is 1.