Answer: 107 (choice D)
Work Shown

Row A represents the digits of the given binary value.
Row B represents powers of 2 starting at 2^6 = 64, then we count down to 2^5 = 32, then 2^4 = 16, and so on until reaching 2^0 = 1. Always make sure that 2^0 = 1 is the right-most value.
Row C is the product of rows A and B.
Add up the items in row C to get: 64+32+0+8+0+2+1 = 107 which is the final answer.
Therefore, the binary number 1101011 converts to the decimal number 107.
1101011 base 2 = 107 base 10
We can write that as
