0% found this document useful (0 votes)
490 views2 pages

008 Student Binary Math Worksheet ANSWER KEY

This document provides a binary math worksheet with answer key that includes examples of converting binary numbers to decimal and decimal numbers to binary. It also includes examples of converting IP addresses between decimal and binary formats.

Uploaded by

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

008 Student Binary Math Worksheet ANSWER KEY

This document provides a binary math worksheet with answer key that includes examples of converting binary numbers to decimal and decimal numbers to binary. It also includes examples of converting IP addresses between decimal and binary formats.

Uploaded by

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

BINARY MATH WORKSHEET ANSWER KEY

CONVERSION CHART

128 + 64 + 32 + 16 + 8 + 4 + 2 + 1

1. CONVERT 11110000 TO DECIMAL

128 64 32 16 8 4 2 1
Binary 1 1 1 1 0 0 0 0 =
Decimal 128 + 64 + 32 + 16 + 0 + 0 + 0 + 0 = 240 Decimal

2. CONVERT 10011001 TO DECIMAL

128 64 32 16 8 4 2 1
Binary 1 0 0 1 1 0 0 1 =
Decimal 128 + 0 + 0 + 16 + 8 + 0 + 0 + 1 = 153 Decimal

3. CONVERT 01101011 TO DECIMAL

128 64 32 16 8 4 2 1
Binary 0 1 1 0 1 0 1 1 =
Decimal 0 + 64 + 32 + 0 + 8 + 0 + 2 + 1 = 107 Decimal

4. CONVERT 10110011 TO DECIMAL

128 64 32 16 8 4 2 1
Binary 1 0 1 1 0 0 1 1 =
Decimal 128 + 0 + 32 + 16 + 0 + 0 + 2 + 1 = 179 Decimal

5. CONVERT 240 TO BINARY

128 64 32 16 8 4 2 1
Binary 1 1 1 1 0 0 0 0 = 11110000 Binary
Decimal 128 + 64 + 32 + 16 + 0 + 0 + 0 + 0 =
6. CONVERT 163 TO BINARY

128 64 32 16 8 4 2 1
Binary 1 0 1 0 0 0 1 1 = 10100011 Binary
Decimal 128 + 0 + 32 + 0 + 0 + 0 + 2 + 1 =

7. CONVERT 94 TO BINARY

128 64 32 16 8 4 2 1
Binary 0 1 0 1 1 1 1 0 = 01011110 Binary
Decimal 0 + 64 + 0 + 16 + 8 + 4 + 2 + 0 =

8. CONVERT 225 TO BINARY

128 64 32 16 8 4 2 1
Binary 1 1 1 0 0 0 0 1 = 11100001 Binary
Decimal 128 + 64 + 32 + 0 + 0 + 0 + 0 + 1 =

9. CONVERT THE FOLLOWING IP ADDRESS FROM DECIMAL TO BINARY

192.168.98.18

 192 = 11000000
 168 = 10101000
 98 = 01100010
 18 = 00010010

Binary Format: 11000000. 10101000. 01100010. 00010010

10. CONVERT THE FOLLOWING IP ADDRESS FROM DECIMAL TO BINARY:

01000010.11010010.11000110.11000101

 01000010 = 66
 11010010 = 210
 11000110 = 198
 11000101 = 197

Dotted Decimal Format: 66.210.198.197

You might also like