Ask Question

Samuel is working on decimal and binary conversion for his college project. He is using the binary number 111011 and wants to explain its conversion to the decimal number 59. Which formula will Samuel use to explain the conversion?

+2
Answers (1)
  1. 7 February, 17:36
    0
    The decimal number is equal to the sum of the binary digits times their power of 2; (2^n).

    For 111011

    1*2^ (5) + 1*2^ (4) + 1*2^ (3) + 0*2^ (2) + 1*2^ (1) + 1*2^ (0) = 59

    32 + 16 + 8 + 0 + 2 + 1 = 59
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Samuel is working on decimal and binary conversion for his college project. He is using the binary number 111011 and wants to explain its ...” 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