👤

scrieti urmatoarele numere naturale in baza 10 :101, 1101, 10110, 11001​

Răspuns :

Răspuns:5, 13, 22, 25

Explicație pas cu pas:

De la dreapta la stanga 1 si 0 reprezinta: [tex]2^{0}[/tex], [tex]2^{1}[/tex], [tex]2^{2}[/tex], [tex]2^{3}[/tex] etc.

101 = 1*[tex]2^{0}[/tex] + 0*[tex]2^{1}[/tex] + 1*[tex]2^{2}[/tex]

101 = [tex]2^{0}[/tex] + [tex]2^{2}[/tex]

101 = 1 + 4 = 5

1101 = 1*[tex]2^{0}[/tex] + 0*[tex]2^{1}[/tex] + 1*[tex]2^{2}[/tex] + 1*[tex]2^{3}[/tex]

1101 = [tex]2^{0}[/tex]+ [tex]2^{2}[/tex] + [tex]2^{3}[/tex]

1101 = 1 + 4 + 8 = 13

etc.