24.4k views
1 vote
Binary numbers are made up of 1s and 0s. what is the base 10 number for the binary number 1000

User Legatro
by
5.3k points

2 Answers

7 votes
the base 10 for binary 1000 would be 8
User Sandeep R
by
6.1k points
2 votes

Answer:

1000 (base 2) converted to base 10 is 8.

Explanation:

Given : Binary number are made up of 1s and 0s We have given binary number 1000.

To find : What is the base 10 number for the binary number 1000?

Solution :

To convert the binary number into base of 10 we do,

Multiply the place value with the 2 the power from lowest to greatest.

So, Applying the method


1000=1* 2^3+0* 2^2+0* 2^1+0* 2^0


1000=2^3+0+0+0


1000=8

Therefore, 1000 (base 2) converted to base 10 is 8.

User Jazz Man
by
6.1k points