155k views
0 votes
1 0 0 0 0 0 0 0 0 is a binary number. Can you use your knowledge of binary conversion to suggest the answer - what is the decimal? *

User Slight
by
4.9k points

1 Answer

5 votes

Answer: 256

Step-by-step explanation:

Given the binary number : (100000000) binary to decimal

(100000000)2 = (1 × 2^8) + (0 × 2^7) + (0 × 2^6) + (0 × 2^5) + (0 × 2^4) + (0 × 2^3) + (0 × 2^2) + (0 × 2^1) + (0 × 2^0)

(100000000)2 = (1 × 256) + ( 0 × 128) + (0 × 64) + (0 × 32) + (0 × 16) + (0 × 8) + (0 × 4) + (0 × 2) + (0 × 1)

(100000000)2 = 256 + 0 + 0 + 0 + 0 + 0 + 0 + 0

(100000000)2 = (256)10

User Shagun Pruthi
by
4.6k points