Question 619738
    write 1101 base two in expanded form
.
1*2^3 + 1*2^2 + 0*2^1 + 1*2^0
1*8 + 1*4 + 0*2 + 1*1
8 + 4 + 0 + 1
13 (base 10)