Question

21.509 base 10 to base 2

21.509 base 10 to base 2

Homework Answers

Answer #1

(21.508)2 = ( ? )2

=>(21.508)10 is in decimal form we need to convert it into binary form.

=>First we need to convert the integral part of the decimal number to binary i.e.,21

=>dividing with 2 until quotient becomes zero will give us the binary value

1. 21/2 => remainder=1   quotient=10

2. 10/2 => remainder=0   quotient=5

3. 5/2    => remainder=1   quotient=2

4. 2/2    => remainder=0   quotient=1

5. 1/2    => remainder=1   quotient=0

=> binary format of 21 is (10101)2. We got this by resultant remainders put in the obtained order.

=> Now find out the binary format of the decimal part i.e., 508

=> Multiplying with 2 and taking the integral part of resultant will be the binary part.

1. 0.508*2 = 1.016     integral part:1

2. 0.016*2 = 0.032     integral part:0

3. 0.032*2 = 0.064     integral part:0

resultant binary form:.(100)2

=>Summing up integral and decimal parts together we get the following binary value.

      (10101.100)2

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
Write a Java program named BinaryConversion that will convert base 2 numbers to base 10 numbers....
Write a Java program named BinaryConversion that will convert base 2 numbers to base 10 numbers. The data for this program will be entered from the keyboard using JOptionPane one 16-bit binary number at a time. Note that each base 2 number is actually read in as a String. The program should continue until a 16-bit base 2 number consisting of all 0’s is entered. Once the 16-bit number has been entered your program should make sure that the input...
1a. Convert 101011101011011101 (base 2) to hexadecimal. Show your work. 1b. Convert 67 (base 10) to...
1a. Convert 101011101011011101 (base 2) to hexadecimal. Show your work. 1b. Convert 67 (base 10) to 8-bit binary using signed magnitude. Show your work. 1c. Convert 69 (base 10) to 8-bit binary using one’s complement. Show your work. 1d. Convert 70 (base 10) to 8-bit binary using two’s complement. Show your work.
How do you convert 54 from base 10 to base 2. (I don't get the question...
How do you convert 54 from base 10 to base 2. (I don't get the question and need step by step explanation, please.)
Base Conversion One algorithm for converting a base 10 number to another base b involves repeatedly...
Base Conversion One algorithm for converting a base 10 number to another base b involves repeatedly dividing by b. Each time a division is performed the remainder and quotient are saved. At each step, the dividend is the quotient from the preceding step; the divisor is always b. The algorithm stops when the quotient is 0. The number in the new base is the sequence of remainders in reverse order (the last one computed goes first; the first one goes...
Convert each following Base-R NUMBER TO THE equivalent BASE-10 NUMBER: A);(AC)16 Convert each following base-10 number...
Convert each following Base-R NUMBER TO THE equivalent BASE-10 NUMBER: A);(AC)16 Convert each following base-10 number to equivalent number base 2,3,4,8,16 b):(175)10 c);(56.4)10
a)Convert 530 base 5 to base 2 b)Convert 100100110001110 base 2 to base 4 , 8,...
a)Convert 530 base 5 to base 2 b)Convert 100100110001110 base 2 to base 4 , 8, 16
How to convert 123456 from base 10 to base 16?
How to convert 123456 from base 10 to base 16?
Part A) Calculate [OH−] for strong base solution formed by mixing 15.0 mL of 1.00×10−2 M...
Part A) Calculate [OH−] for strong base solution formed by mixing 15.0 mL of 1.00×10−2 M Ba(OH)2 with 34.0 mL of 6.2×10−3 M NaOH. Part B) Calculate pH for strong base solution formed by mixing 15.0 mL of 1.00×10−2 M Ba(OH)2 with 34.0 mL of 6.2×10−3 M NaOH.
Convert the decimal number 147 base 10 to base 3. However, do this using a POWER...
Convert the decimal number 147 base 10 to base 3. However, do this using a POWER SERIES EXPANSION of the form 147_10=a_2 *R^2+a_1*R^1+a_0*R^0, where R is the number 10 in the base of the number you want to convert to (3) (i.e., R=10_3) and {a_0, a_1,a_2} are the coefficients represented in base 3. Verify your answer using the "division method". Show all your work and all steps.
Write a program in java that: 1. takes any number in any base between 2 and...
Write a program in java that: 1. takes any number in any base between 2 and 16 and converts it to base 10. 2. converts base 10 numbers to any given base between 2 & 16. The program should have a gui with an input box and two buttons, one button to convert any base between 2 and 16 to base 10; and one button to convert base 10 to any base between 2 and 16. **Please DO NOT upload...
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT