Which Hexadecimal number is equivalent to the decimal number 241?
2026
Which Hexadecimal number is equivalent to the decimal number 241?
- A.
F1
- B.
E1
- C.
151
- D.
141
Attempted by 211 students.
Show answer & explanation
Correct answer: A
To convert decimal 241 to hexadecimal, divide by 16 repeatedly.
241 ÷ 16 = 15 with a remainder of 1.
The quotient 15 corresponds to the hexadecimal digit F.
Combining the digits results in F1.