98.8k views
4 votes
How do you convert a binary number into a decimal number?

A by expanding the binary number as the sum of different powers of 2
B by dividing the binary number by 2 repeatedly
C by expanding the binary number as the sum of different powers of 10
D by dividing the binary number by 10 repeatedly

2 Answers

3 votes

Answer:

b

Step-by-step explanation:

cause b

User Herolover
by
7.6k points
1 vote
by expanding the binary number as the sum of different powers of 2. For example:

0000 0110 #binary ==
1*2^3 + 1*2^2 = 12
User Raeisi
by
7.6k points