👤


Convertir en nombres décimaux les nombres binaires suivants :
11, 1101, 100101110.

MERCI DE M’AIDER


Répondre :

bjr

11 →   1x2¹ + 1x2⁰ = 2 + 1 = 3

1101 → 1x2³ + 1x2² + 0x2¹ + 1x2⁰= 8 + 4 + 1 = 13

100101110 →  1x2 + 0x2⁷ + 0x2 ⁶ + 1x2⁵ + 0x2⁴ + 1x2³ + 1x2² +  1x2¹ + 0x2⁰

                        = 256 + 32 + 8 + 4 + 2 = 302