asked 21.7k views
5 votes
What is the value of the binary number 101 in base 10?

asked
User Shuvo
by
8.3k points

1 Answer

0 votes
The binary number 101 needs to be converted to base 10.
Label the binary number starting from the digit on the left with 0, 1, 2.
Then multiply each digit by 2(binary) raised to the power of the label it carries and then add all together to get the value in base 10
101=(1x2²)+(0x2¹)+(1x2⁰)
=4+0+1
=5
The answer is 5
answered
User Srini K
by
7.8k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.