covert 10 base 2 binary into decimal
Answers
Answered by
2
Answer.
- The decimal equivalent of (10)₂ is (2)₁₀
Solution.
Given binary number:
> (10)₂
The decimal equivalent of the number will be:
= (1 × 2¹) + (0 × 2⁰)
= 2 + 0
= (2)₁₀ (Answer)
Steps To Solve.
- Multiply each binary digit from the last with successive powers of 2 (starting with 0) and add them up.
- Result obtained will be the decimal equivalent of the binary number.
Similar questions