High School

Convert the following decimal numbers to binary:

a. 137
b. 175
c. 199
d. 213
e. 250
f. 324
g. 543
h. 567

Convert the following binary numbers to decimal:

a. 1010101₂
b. 10100001₂
c. 11111010₂
d. 10111111₂
e. 1111101011₂
f. 1110010101₂
g. 10001000111₂
h. 1100110011001₂

Answer :

Final answer:

Converting decimal to binary involves dividing the number by 2 and recording the remainder until the quotient is zero, and reading the remainders in reverse. To convert binary to decimal, multiply each binary digit by 2 to the power of its position and add the results together. Examples are provided for both conversions.

Explanation:

Converting decimal numbers to binary involves dividing the number by 2 and recording the remainder until the division results in a quotient of zero. The binary number is then read as the remainders in reverse order of how they were obtained. Converting binary numbers to decimal, on the other hand, requires multiplying each digit of the binary number by 2 raised to the power of its position number, starting from zero, and adding all the results together.

  1. 137 in binary: 10001001
  2. 175 in binary: 10101111
  3. 199 in binary: 11000111
  4. 213 in binary: 11010101
  5. 250 in binary: 11111010
  6. 324 in binary: 101000100
  7. 543 in binary: 1000011111
  8. 567 in binary: 100011011

  1. 1010101₂ in decimal: 85
  2. 10100001₂ in decimal: 161
  3. 11111010₂ in decimal: 250
  4. 10111111₂ in decimal: 191
  5. 1111101011₂ in decimal: 1019
  6. 1110010101₂ in decimal: 933
  7. 10001000111₂ in decimal: 1095
  8. 1100110011001₂ in decimal: 13161