Question:

The Decimal Equivalent of the Binary Number \((11010)_2\) is

Show Hint

Binary numbers are converted using powers of 2.
Updated On: Jun 26, 2026
  • \((30)_{10}\)
  • \((26)_{10}\)
  • \((24)_{10}\)
  • \((48)_{10}\)
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

Concept:
Binary to decimal conversion uses powers of 2.
Step 1:
\[ (11010)_2 \] \[ =1\times2^4+1\times2^3+0\times2^2+1\times2^1+0\times2^0 \]
Step 2:
\[ =16+8+0+2+0 \]
Step 3:
\[ =26 \]
Step 4:
\[ \boxed{(11010)_2=(26)_{10}} \] \[ \boxed{\text{Correct Option = (2)}} \]
Was this answer helpful?
0
0