Respuesta :

11 [2-bit]

011 [3-bit]

0011 [4-bit]

________

1 + 1 + 1 = 3

________

3 = 2 + 1

2¹ 2⁰

3 = (.. × 0) + (2¹ × 1) + (2⁰ × 1)

3 = ..011

Since 2³, 2⁴, 2⁵, .. are not used, they are represented as 0.

[ 2⁷ 2⁶ 2⁵ 2⁴ 2³ 2² 2¹ 2⁰ ]

[ 128 64 32 16 8 4 2 1 ]

1+1+1=3 should be the answer right?