Ask Question

Convert the following hexadecimal numbers to decimal numbers. (Show your work) a. 0xE3 b. 0x4A c. 0xF9

+2
Answers (1)
  1. 1 February, 05:21
    0
    a. 227, b. 74, c. 249

    Explanation:

    a. 0x E3 = 227

    Hexadecimal Digit E corresponds to decimal number 14.

    So decimal representation = 14 * 16 + 3 = 224 + 3 = 227

    b. 0x 4A = 74

    Hexadecimal Digit A corresponds to decimal number 10.

    So decimal representation = 4 * 16 + 10 = 74

    c. 0x F9 =

    Hexadecimal Digit F corresponds to decimal number 15.

    So decimal representation = 15 * 16 + 9 = 240 + 9 = 249
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Convert the following hexadecimal numbers to decimal numbers. (Show your work) a. 0xE3 b. 0x4A c. 0xF9 ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers