(1011011)2 =(?)10 digit power of base calculation product
Answers
Answered by
1
Solution:
Given Binary Number,
>> (1011 011)₂
We have to find the decimal equivalent of the given number.
Calculation is given as follows:
= [(1 × 2⁶) + (0 × 2⁵) + (1 × 2⁴) + (1 × 2³) + (0 × 2²) + (1 × 2¹) + (1 × 2⁰)]₁₀
= (64 + 0 + 16 + 8 + 0 + 2 + 1)₁₀
= (64 + 16 + 8 + 2 + 1)₁₀
= (80 + 10 + 1)₁₀
= (91)₁₀
Therefore,
→ (1011 011)₂ = (91)₁₀
Answer:
- (1011 011)₂ = (91)₁₀
Steps to Convert:
- Multiply each binary digit with the multiples of 2. (Start from right)
- Increase the power of 2 one by one.
- Sum up all the products.
- Result obtained is the decimal equivalent of the given binary number.
•••♪
Similar questions