Question 80935
Convert the common base- 10 number "13" to a base-2 number

A. 111 base 2
{{{highlight(B)}}}. 1101 base 2
C. 8401 base 2
D. None of the above
Proof:
{{{(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}}}
Happy Calculating!!!