Answer:
a) 3₁₀
b) 6₁₀
c) 7₁₀
f) 19₁₀
i) 181₁₀
Explanation:
Binary to Decimal Conversion (Positional Notation Method)
- Multiply each digit by the base (2) raised to the power dependent upon the position of that digit in the binary number.
- Sum all the values obtained for each digit.
- Express the number as a decimal number by placing subscript 10 after it.
For a binary number with 'n' digits:
- The right-most digit is multiplied by 2⁰
- The left-most digit is multiplied by
For example, to convert the binary number 111001₂ into a decimal:
Multiply each digit by the base (2) raised to the power as indicated above and sum them:
Finally, express as a decimal number ⇒ 111001₂ = 57₁₀
Question (a)
Therefore, 11₂ = 3₁₀
Question (b)
Therefore, 110₂ = 6₁₀
Question (c)
Therefore, 111₂ = 7₁₀
Question (f)
Therefore, 10011₂ = 19₁₀
Question (i)
Therefore, 10110101₂ = 181₁₀