![SearchIcon](https://vmkt.vedantu.com/vmkt/PROD/png/bdcdbbd8-08a7-4688-98e6-4aa54e5e0800-1733305962725-4102606384256179.png)
Convert the following binary numbers to decimals.
a) 110011
b) 101010
c) 10000
d) 11001100
e) 100000
f) 111000
g) 100100
h) 10001
Answer
477.3k+ 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
Glucose when reduced with HI and red Phosphorus gives class 11 chemistry CBSE
![arrow-right](/cdn/images/seo-templates/arrow-right.png)
The highest possible oxidation states of Uranium and class 11 chemistry CBSE
![arrow-right](/cdn/images/seo-templates/arrow-right.png)
Find the value of x if the mode of the following data class 11 maths CBSE
![arrow-right](/cdn/images/seo-templates/arrow-right.png)
Which of the following can be used in the Friedel Crafts class 11 chemistry CBSE
![arrow-right](/cdn/images/seo-templates/arrow-right.png)
A sphere of mass 40 kg is attracted by a second sphere class 11 physics CBSE
![arrow-right](/cdn/images/seo-templates/arrow-right.png)
Statement I Reactivity of aluminium decreases when class 11 chemistry CBSE
![arrow-right](/cdn/images/seo-templates/arrow-right.png)
Trending doubts
10 examples of friction in our daily life
![arrow-right](/cdn/images/seo-templates/arrow-right.png)
One Metric ton is equal to kg A 10000 B 1000 C 100 class 11 physics CBSE
![arrow-right](/cdn/images/seo-templates/arrow-right.png)
Difference Between Prokaryotic Cells and Eukaryotic Cells
![arrow-right](/cdn/images/seo-templates/arrow-right.png)
State and prove Bernoullis theorem class 11 physics CBSE
![arrow-right](/cdn/images/seo-templates/arrow-right.png)
What organs are located on the left side of your body class 11 biology CBSE
![arrow-right](/cdn/images/seo-templates/arrow-right.png)
How many valence electrons does nitrogen have class 11 chemistry CBSE
![arrow-right](/cdn/images/seo-templates/arrow-right.png)