2D16
5D16
6216
3116 E. None of the above
Answer is Wrong!
Answer is Right!
The correct answer is $\boxed{\text{C}}$.
To convert a decimal number to hexadecimal, you can use the following steps:
- Divide the decimal number by 16.
- Write down the remainder.
- Divide the quotient by 16 again.
- Write down the remainder.
- Continue dividing and writing down the remainders until the quotient is 0.
- Write the remainders in reverse order to get the hexadecimal number.
For example, to convert 93 to hexadecimal, we would do the following:
- $93 \div 16 = 5 \text{ R } 13$
- $5 \div 16 = 0 \text{ R } 5$
- $0 \div 16 = 0 \text{ R } 0$
The remainders are 5 and 13, so the hexadecimal number is $5D$.
Here is a table of the first 16 hexadecimal digits:
Decimal | Hexadecimal
——- | ——–
0 | 0
1 | 1
2 | 2
3 | 3
4 | 4
5 | 5
6 | 6
7 | 7
8 | 8
9 | 9
A | 10
B | 11
C | 12
D | 13
E | 14
F | 15