Correct option is A
To convert the decimal number 85 to hexadecimal, follow these steps:
1 Divide the decimal number by 16:
85÷16=5 (quotient) and 5(remainder)
2 Write the hexadecimal equivalent:
· The quotient (5) becomes the most significant digit (MSD).
· The remainder (5) becomes the least significant digit (LSD).
3 Combine the results:
The hexadecimal representation of 85 in decimal is 0x55