Question 1.6: Convert the binary number (110111)2 into its decimal equival...

Convert the binary number (110111)_2 into its decimal equivalent.

The blue check mark means that this solution has been answered and checked by an expert. This guarantees that the final answer is accurate.
Learn more on how we answer questions.

(110111)_2=1 \times 2^5+1 \times 2^4+0 \times 2^3+1 \times 2^2+1 \times 2^1+1 \times 2^0

Since the conversion is from binary to decimal, we will use decimal arithmetic for this conversion. Note that each digit in the following calculation is in decimal number system.

\begin{aligned} &b_5=a_5=1 \\ &b_4=a_4+b_5 \beta=1+1 \times 2=3 \\ &b_3=0+3 \times 2=6 \\ &b_2=1+6 \times 2=13 \\ &b_1=1+13 \times 2=27 \\ &b_0=1+27 \times 2=55 \end{aligned}

Related Answered Questions

Question: 1.14

Verified Answer:

Let          c_0=(. B 4)_{16} [l...
Question: 1.13

Verified Answer:

Let      c_0=(.71)_8 \be...
Question: 1.12

Verified Answer:

Using the algorithm 1.2 and binary arithmetic, we ...
Question: 1.10

Verified Answer:

Let      c_0=(.3125)_{10} [latex...
Question: 1.9

Verified Answer:

\begin{aligned} (2655)_{16} &=2 \times...
Question: 1.8

Verified Answer:

(231)_{10}=2 \times 10^2+3 \times 10^1+1 \...
Question: 1.7

Verified Answer:

(231)_{10}=2 \times 10^2+3 \times 10^1+1 \...
Question: 1.5

Verified Answer:

\begin{array}{lll} 2655=165 \times 16+15 &...
Question: 1.4

Verified Answer:

\begin{array}{lll} 231=115 \times 2+1 &...
Question: 1.1

Verified Answer:

Decimal Arithmetic (For base 10, digits are 0 … 9)...