0% found this document useful (0 votes)
12 views4 pages

Binary Converted Into Decimal

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views4 pages

Binary Converted Into Decimal

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

Binary Converted into

Decimal
1) Convert the binary number (1101)2 into a decimal number.

Solution:

Given binary number = (1101)2

Now, multiplying each digit from MSB to LSB with reducing the power of the base
number 2.

1 × 2 3 + 1 × 22 + 0 × 21 + 1 × 20

=8+4+0+1

= 13

Thus, the equivalent decimal number for the given binary number (1101)2 is (13)10

2) Convert the binary number 1001 to a decimal number.

Solution: Given, binary number = 10012

Hence, using the binary to decimal conversion formula, we have:

10012 = (1 × 2³) + (0 × 2²) + (0 × 2¹) + (1 × 2⁰)

=8+0+0+1

= (9)₁₀

3) Convert 11010012 into an equivalent decimal number.

Solution: Using binary to decimal conversion method, we get;

(1101001)₂ = (1 × 2⁶) + (1 × 2⁵) + (0 × 2⁴) + (1 × 2³) + (0 × 2²) + (0 × 2¹) + (1 × 2 ⁰)

= 64 + 32 + 0 + 8 + 0 + 0 + 1

= (105)₁₀
4) Convert (11110111)2 into base-10 number system.

Solution: Using binary to decimal conversion method, we get;

(11110111)₂ = (1 × 2⁷) + (1 × 2⁶) + (1 × 2⁵) + (1 × 2⁴) + (0 × 2³) + (1 × 2²) + (1 × 2¹) +


(1 × 2⁰)

= 128 + 64 + 32 + 16 + 0 + 4 + 2 + 1

= (247)₁₀

5) Convert the binary number 11010111 to decimal.

Solution: 11010111 = (1 × 2 7 ) + (1 × 2 6 ) + (0 × 2 5 ) + (1 × 2 4 ) + (0 × 2 3 ) + (1 ×
2 2 ) + (1 × 2 1 ) + (1 × 2 0 )

= 128 + 64 + 0 + 16 + 0 + 4 + 2 + 1

= 215

Decimal Converted into


Binary
1)Convert 195.25 into binary.

Solution: 195 / 2 = 97 with remainder 1

97 / 2 = 48 with remainder 1

48 / 2 = 24 with remainder 0

24 / 2 = 12 with remainder 0

12 / 2 = 6 with remainder 0

6 / 2 = 3 with remainder 0

3 / 2 = 1 with remainder 1

1 / 2 = 0 with remainder 1

Thus, the binary equivalent of 195 is 11000011.


2)Convert 10 decimal into binary

Solution:10 / 2 = 5 with remainder 0


5 / 2 = 2 with remainder 1
2 / 2 = 1 with remainder 0
1 / 2 = 0 with remainder 1
Therefore, the 10 in decimal is equal to 1010 in binary.

3)Convert 34 decimal into binary

Solution: Conversion of decimal number 34 into binary is:


34 / 2 = 17 with remainder 0
17 / 2 = 8 with remainder 1
8 / 2 = 4 with remainder 0
4 / 2 = 2 with remainder 0
2 / 2 = 1 with remainder 0
1 / 2 = 0 with remainder 1
Hence, the decimal number 34 in binary is 100010.

4)Convert 55 decimal into binary

Solution: Conversion of decimal number 55 into binary is:


55 / 2 = 27 with remainder 1
27 / 2 = 13 with remainder 1
13 / 2 = 6 with remainder 1
6 / 2 = 3 with remainder 0
3 / 2 = 1 with remainder 1
1 / 2 = 0 with remainder 1
Hence, the decimal number 55 in binary is 110111.

You might also like