Question:medium

What is the decimal equivalent of \( (B65F)_{16} \)?

Show Hint

For hexadecimal to decimal conversion: \[ (B65F)_{16} = 11(16^3)+6(16^2)+5(16)+15 \] Always remember: \[ A=10,\;B=11,\;C=12,\;D=13,\;E=14,\;F=15 \]
  • \((46876)_{10}\)
  • \((46687)_{10}\)
  • \((48676)_{10}\)
  • \((47686)_{10}\)
Show Solution

The Correct Option is B

Solution and Explanation


Step 1:
Write the hexadecimal number in expanded form.
Given: \[ (B65F)_{16} \] Replacing \(B=11\) and \(F=15\), \[ (B65F)_{16} = 11\times16^3+6\times16^2+5\times16^1+15\times16^0 \]

Step 2:
Calculate the powers of 16.
\[ 16^0=1 \] \[ 16^1=16 \] \[ 16^2=256 \] \[ 16^3=4096 \]

Step 3:
Multiply each digit by its positional weight.
\[ 11\times4096=45056 \] \[ 6\times256=1536 \] \[ 5\times16=80 \] \[ 15\times1=15 \]

Step 4:
Add all values.
\[ 45056+1536+80+15 \] \[ =46592+80+15 \] \[ =46672+15 \] \[ =46687 \] Therefore, \[ (B65F)_{16}=(46687)_{10} \] \[ {\text{Correct Answer = Option (B)}} \]
Was this answer helpful?
0


Questions Asked in Karnataka PGCET exam