Convert the following binary numbers to decimals.
a) 110011
b) 101010
c) 10000
d) 11001100
e) 100000
f) 111000
g) 100100
h) 10001
Answer
652.2k+ views
Hint: As the base number for binary is 2, for the conversion to decimal, we will write the given number from right side (instead of left) and calculate the sum when the subsequent numbers are multiplied with increasing power of 2.
We will use the base numbers for representation i.e. 2 for binary and 10 for decimal.
Complete step-by-step answer:
a) \[{(110011)_2} = {\left( x \right)_{10}}\]
$
1 \times {2^0} = 1 \\
1 \times {2^1} = 2 \\
0 \times {2^2} = 0 \\
0 \times {2^3} = 0 \\
1 \times {2^4} = 16 \\
1 \times {2^5} = 32 \\
$
To get the value of x, all the numbers are added:
1 + 2 + 0 + 0 + 16 + 32 = 51
${\left( x \right)_{10}} = {\left( {51} \right)_{10}}$
Therefore, 110011 can be written as 51 in decimal.
b) \[{(101010)_2} = {\left( x \right)_{10}}\]
$
0 \times {2^0} = 0 \\
1 \times {2^1} = 2 \\
0 \times {2^2} = 0 \\
1 \times {2^3} = 8 \\
0 \times {2^4} = 0 \\
1 \times {2^5} = 32 \\
$
To get the value of x, all the numbers are added:
0 + 2 + 0 + 8 + 0 + 32 = 42
${\left( x \right)_{10}} = {\left( {42} \right)_{10}}$
Therefore, 101010 can be written as 42 in decimal.
c) \[{(10000)_2} = {\left( x \right)_{10}}\]
\[
0 \times {2^0} = 0 \\
0 \times {2^1} = 0 \\
0 \times {2^2} = 0 \\
0 \times {2^3} = 0 \\
1 \times {2^4} = 16 \\
\]
To get the value of x, all the numbers are added:
0 + 0 + 0 + 0 + 16 = 16
${\left( x \right)_{10}} = {\left( {16} \right)_{10}}$
Therefore, 10000 can be written as 16 in decimal.
d) ${\left( {11001100} \right)_2} = {\left( x \right)_{10}}$
$
0 \times {2^0} = 0 \\
0 \times {2^1} = 0 \\
1 \times {2^2} = 4 \\
1 \times {2^3} = 8 \\
0 \times {2^4} = 0 \\
0 \times {2^5} = 0 \\
1 \times {2^6} = 64 \\
1 \times {2^7} = 128 \\
$
To get the value of x, all the numbers are added:
0 + 0 + 4 + 8 + 0 + 0 + 64 + 128 = 204
${\left( x \right)_{10}} = {\left( {204} \right)_{10}}$
Therefore, 11001100 can be written as 204 in decimal.
e) ${\left( {100000} \right)_2} = {\left( x \right)_{10}}$
\[
0 \times {2^0} = 0 \\
0 \times {2^1} = 0 \\
0 \times {2^2} = 0 \\
0 \times {2^3} = 0 \\
0 \times {2^4} = 0 \\
1 \times {2^5} = 32 \\
\]
To get the value of x, all the numbers are added:
0 + 0 + 0 + 0 + 0 + 32 = 32
${\left( x \right)_{10}} = {\left( {32} \right)_{10}}$
Therefore, 100000 can be written as 32 in decimal.
f) ${\left( {111000} \right)_2} = {\left( x \right)_{10}}$
\[
0 \times {2^0} = 0 \\
0 \times {2^1} = 0 \\
0 \times {2^2} = 0 \\
1 \times {2^3} = 8 \\
1 \times {2^4} = 16 \\
1 \times {2^5} = 32 \\
\]
To get the value of x, all the numbers are added:
0 + 0 + 0 + 8 + 16 + 32 = 56
${\left( x \right)_{10}} = {\left( {56} \right)_{10}}$
Therefore, 111000 can be written as 56 in decimal.
g) ${\left( {100100} \right)_2} = {\left( x \right)_{10}}$
\[
0 \times {2^0} = 0 \\
0 \times {2^1} = 0 \\
1 \times {2^2} = 4 \\
0 \times {2^3} = 0 \\
0 \times {2^4} = 0 \\
1 \times {2^5} = 32 \\
\]
To get the value of x, all the numbers are added:
0 + 0 + 4 + 0 + 0 + 32 = 36
${\left( x \right)_{10}} = {\left( {36} \right)_{10}}$
Therefore, 100100 can be written as 36 in decimal.
h) ${\left( {10001} \right)_2} = {\left( x \right)_{10}}$
\[
1 \times {2^0} = 1 \\
0 \times {2^1} = 0 \\
0 \times {2^2} = 0 \\
0 \times {2^3} = 0 \\
1 \times {2^4} = 16 \\
\]
To get the value of x, all the numbers are added:
1 + 0 + 0 + 0 + 16 = 17
${\left( x \right)_{10}} = {\left( {17} \right)_{10}}$
Therefore, 10001 can be written as 17 in decimal.
Note: In the binary numerals we only use two values i.e. 1 and 2 whereas in decimal numerals we can use any digit from 0 to 9.
Since only 2 digits are used in binary, it has base number 2 and 10 digits are used in decimal, it has base number 10
We will use the base numbers for representation i.e. 2 for binary and 10 for decimal.
Complete step-by-step answer:
a) \[{(110011)_2} = {\left( x \right)_{10}}\]
$
1 \times {2^0} = 1 \\
1 \times {2^1} = 2 \\
0 \times {2^2} = 0 \\
0 \times {2^3} = 0 \\
1 \times {2^4} = 16 \\
1 \times {2^5} = 32 \\
$
To get the value of x, all the numbers are added:
1 + 2 + 0 + 0 + 16 + 32 = 51
${\left( x \right)_{10}} = {\left( {51} \right)_{10}}$
Therefore, 110011 can be written as 51 in decimal.
b) \[{(101010)_2} = {\left( x \right)_{10}}\]
$
0 \times {2^0} = 0 \\
1 \times {2^1} = 2 \\
0 \times {2^2} = 0 \\
1 \times {2^3} = 8 \\
0 \times {2^4} = 0 \\
1 \times {2^5} = 32 \\
$
To get the value of x, all the numbers are added:
0 + 2 + 0 + 8 + 0 + 32 = 42
${\left( x \right)_{10}} = {\left( {42} \right)_{10}}$
Therefore, 101010 can be written as 42 in decimal.
c) \[{(10000)_2} = {\left( x \right)_{10}}\]
\[
0 \times {2^0} = 0 \\
0 \times {2^1} = 0 \\
0 \times {2^2} = 0 \\
0 \times {2^3} = 0 \\
1 \times {2^4} = 16 \\
\]
To get the value of x, all the numbers are added:
0 + 0 + 0 + 0 + 16 = 16
${\left( x \right)_{10}} = {\left( {16} \right)_{10}}$
Therefore, 10000 can be written as 16 in decimal.
d) ${\left( {11001100} \right)_2} = {\left( x \right)_{10}}$
$
0 \times {2^0} = 0 \\
0 \times {2^1} = 0 \\
1 \times {2^2} = 4 \\
1 \times {2^3} = 8 \\
0 \times {2^4} = 0 \\
0 \times {2^5} = 0 \\
1 \times {2^6} = 64 \\
1 \times {2^7} = 128 \\
$
To get the value of x, all the numbers are added:
0 + 0 + 4 + 8 + 0 + 0 + 64 + 128 = 204
${\left( x \right)_{10}} = {\left( {204} \right)_{10}}$
Therefore, 11001100 can be written as 204 in decimal.
e) ${\left( {100000} \right)_2} = {\left( x \right)_{10}}$
\[
0 \times {2^0} = 0 \\
0 \times {2^1} = 0 \\
0 \times {2^2} = 0 \\
0 \times {2^3} = 0 \\
0 \times {2^4} = 0 \\
1 \times {2^5} = 32 \\
\]
To get the value of x, all the numbers are added:
0 + 0 + 0 + 0 + 0 + 32 = 32
${\left( x \right)_{10}} = {\left( {32} \right)_{10}}$
Therefore, 100000 can be written as 32 in decimal.
f) ${\left( {111000} \right)_2} = {\left( x \right)_{10}}$
\[
0 \times {2^0} = 0 \\
0 \times {2^1} = 0 \\
0 \times {2^2} = 0 \\
1 \times {2^3} = 8 \\
1 \times {2^4} = 16 \\
1 \times {2^5} = 32 \\
\]
To get the value of x, all the numbers are added:
0 + 0 + 0 + 8 + 16 + 32 = 56
${\left( x \right)_{10}} = {\left( {56} \right)_{10}}$
Therefore, 111000 can be written as 56 in decimal.
g) ${\left( {100100} \right)_2} = {\left( x \right)_{10}}$
\[
0 \times {2^0} = 0 \\
0 \times {2^1} = 0 \\
1 \times {2^2} = 4 \\
0 \times {2^3} = 0 \\
0 \times {2^4} = 0 \\
1 \times {2^5} = 32 \\
\]
To get the value of x, all the numbers are added:
0 + 0 + 4 + 0 + 0 + 32 = 36
${\left( x \right)_{10}} = {\left( {36} \right)_{10}}$
Therefore, 100100 can be written as 36 in decimal.
h) ${\left( {10001} \right)_2} = {\left( x \right)_{10}}$
\[
1 \times {2^0} = 1 \\
0 \times {2^1} = 0 \\
0 \times {2^2} = 0 \\
0 \times {2^3} = 0 \\
1 \times {2^4} = 16 \\
\]
To get the value of x, all the numbers are added:
1 + 0 + 0 + 0 + 16 = 17
${\left( x \right)_{10}} = {\left( {17} \right)_{10}}$
Therefore, 10001 can be written as 17 in decimal.
Note: In the binary numerals we only use two values i.e. 1 and 2 whereas in decimal numerals we can use any digit from 0 to 9.
Since only 2 digits are used in binary, it has base number 2 and 10 digits are used in decimal, it has base number 10
Recently Updated Pages
If x a + bt + ct2 where x is in meters and t is in class 11 physics CBSE

A car covers the first half distance between two places class 11 physics CBSE

The resultant of two vectors overrightarrow P and overrightarrow class 11 physics CBSE

Find the value of cos 135 class 11 maths CBSE

A mass M is held in place by an applied force F and class 11 physics CBSE

A solution of glucose in water is labelled as 10 dfracwv class 11 chemistry CBSE

Trending doubts
Find the value of the expression given below sin 30circ class 11 maths CBSE

One Metric ton is equal to kg A 10000 B 1000 C 100 class 11 physics CBSE

Draw a diagram of nephron and explain its structur class 11 biology CBSE

10 examples of friction in our daily life

Proton was discovered by A Thomson B Rutherford C Chadwick class 11 chemistry CBSE

Bond order ofO2 O2+ O2 and O22 is in order A O2 langle class 11 chemistry CBSE

