Ask Question
29 April, 14:58

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?

+3
Answers (1)
  1. 29 April, 16:44
    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?
Get 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 there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers