how to write the numbers 100 110 101 11 in base ten form.
in Algebra 1 Answers by

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register.

2 Answers

Binary:

(from right to left)

First digit * 1

Second digit * 2

Third digit * 4

100 = 1*4 + 0*2 + 0*1 = 4 + 0 + 0 = 4 in base 10

101 = 1*4 + 0*2 + 1*1 = 4 + 0 + 1 = 5 in base 10

11 = 1*2 + 1*1 = 2 + 1 = 3 in base 10

110 = 1*4 + 1*2 + 0*1 = 4 + 2 + 0 = 6 in base 10

by Level 13 User (103k points)
100 or 0100 in binary is equal to 4 in decimal, 110 or 0110 in binary is equal to 6 in decimal, 101 or 0101 in binary is equal to 5 in decimal, 11 or 0011 in binary is equal to 3 in decimal. You solve from right to left multiplying the first unit by 1, second unit by 2, third unit by 4, and fourth unit by 8 and then adding the totals. Source: http://calc-pac.com/computer_science/4bit_binary_to_decimal_and_hex.html
by Level 1 User (140 points)
edited by

Related questions

3 answers
asked Jun 13, 2013 in Statistics Answers by anonymous | 828 views
1 answer
1 answer
asked Nov 15, 2015 in Algebra 2 Answers by anonymous | 661 views
2 answers
asked Mar 20, 2011 in Algebra 1 Answers by Jhibbard Level 1 User (120 points) | 834 views
2 answers
0 answers
1 answer
1 answer
Welcome to MathHomeworkAnswers.org, where students, teachers and math enthusiasts can ask and answer any math question. Get help and answers to any math problem including algebra, trigonometry, geometry, calculus, trigonometry, fractions, solving expression, simplifying expressions and more. Get answers to math questions. Help is always 100% free!
87,516 questions
100,279 answers
2,420 comments
731,339 users