Ask Question
12 August, 19:22

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. 12 August, 20:34
    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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers