Question

Convert the following fractions to binary. If you encounter a repeating pattern, include only the first...

Convert the following fractions to binary. If you encounter a repeating pattern, include only the first occurrence in your responce

0.75

0.625

0.35

Homework Answers

Answer #1

when dealing with converting a decimal number having fractional part we need to multiply the fractional part by 2 and take the decimal part as a remainder. In next step, the fractional part of previous result will be taken for multiplication with 2. This process will continue untill the fractional part become 0 or else if the same fraction pattern is repeating or becoming unended. Then we read from top-to-bottom for the binary equivalent.

we have the numbers 1) 0.75     2) 0.625      3) 0.35

here the decimal part(not after fraction) is 0 in every case so its binary will be 0 only.

we can convert the fraction part of these numbers as follows:

1) 0.75

                                          carry(binary)

         0.75 * 2 = 1.5                    1

         0.5   * 2 = 1.0                    1    (considering only numbers after fraction)

here the fraction has become 0, so we can stop here.

therefore (0.75) = (0.11)2 in binary (reading from top to bottom in carry cell)

2) 0.625

                                             carry(binary)   

         0.625 * 2 = 1.25                     1

         0.25 * 2   = 0.5                       0

         0.5 * 2    = 1.0                       1

here also the fraction has become 0, so we can stop here.

therefore (0.625) = (0.101)2 in binary.

3) 0.35

                                              carry(binary)

        0.35 * 2 = 0.7                          0

        0.7 * 2 = 1.4                           1

        0.4 * 2 = 0.8                            0

        0.8 * 2 = 1.6                            1

        0.6 * 2 = 1.2                             1

        0.2 * 2 = 0.4                             0  

        0.4 * 2 = 0.8                             0

here we can see same fraction is repeating from this step(same as step 3). So the result will be replicated without ending.

therefore (0.35) = (010110)2 in binary (Since : In your question they are mentioning " If you encounter a repeating pattern, include only the first occurrence in your responce")

   

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
Convert the hexadecimal number DEADBEEF to binary. Convert the following decimal number to binary: a) 356...
Convert the hexadecimal number DEADBEEF to binary. Convert the following decimal number to binary: a) 356              b) 658 What decimal value does the 8-bit binary number 10011110 represent if it is on a computer using two’s complement representation? What decimal value does the 8-bit binary number 10110100 have if it is on a computer using two’s complement representation? please show your work for question number 4. thank you.
1. Show how you would do the following sum in binary (make sure to convert to...
1. Show how you would do the following sum in binary (make sure to convert to binary first and give the result in both binary and base 10): 63+125 2. How many binary sequences are there of length n? 3. What is two’s complement and why is it used?
Convert each of the following decimal numbers to binary, octal, and hexadecimal numbers. Only go to...
Convert each of the following decimal numbers to binary, octal, and hexadecimal numbers. Only go to 7 bits to the right of the decimal and be sure to appropriately round the 7th bit. (f) 250.8
2 Convert each of the following octal numbers to 10-bit binary, hexadecimal, and decimal. Show your...
2 Convert each of the following octal numbers to 10-bit binary, hexadecimal, and decimal. Show your work. (a) 368 (b) 7568 3 Convert the following binary values into Decimal, Octal and hexadecimal. Show your work. (a) 111010101011112 (b) 1010111011001102 (c) 1011101010001112 (d) 1111101011102 4 Convert the following hexadecimal numbers to 16-bit binary and decimal numbers. Show your work. (a) FE9816 (b) FCAD16 (c) B00C16 (d) FEDF16 5 Perform the addition on the following unsigned binary numbers. Indicate whether or not...
Find the 2's complement of the following decimal numbers (You must convert the number to binary...
Find the 2's complement of the following decimal numbers (You must convert the number to binary and the answer has to be in binary with the same number of bits as the conversion)? a. 20 b. 15 c. 2126 d. 266 e. 466 please explain how you did it!
For each of the following questions, you need to include the information from both the primary...
For each of the following questions, you need to include the information from both the primary and secondary surveys BUT you need to include/address what is unique for each of these three separate situations. Case Study 3 Situation for Assessment Mark W. is a 28-year-old fast food manager who was involved in a motorcycle accident when driving home from work. When the paramedics arrived, he was unresponsive, his breathing had an irregular pattern and depth, and blood was coming from...
In this lab, you will write a program that creates a binary search tree based on...
In this lab, you will write a program that creates a binary search tree based on user input. Then, the user will indicate what order to print the values in. **Please write in C code** Start with the bst.h and bst.c base code provided to you. You will need to modify the source and header file to complete this lab. bst.h: #ifndef BST_H #define BST_H typedef struct BSTNode { int value; struct BSTNode* left; struct BSTNode* right; } BSTNode; BSTNode*...
Which of the following statements is correct? a. The WACC should include only after-tax component costs....
Which of the following statements is correct? a. The WACC should include only after-tax component costs. Therefore, the required rates of return (or "market rates") on debt, preferred, and common equity (rd, rps, and rs or e) must be adjusted to an after-tax basis before they are used in the WACC equation. b. When the MCC schedule is developed, the first break point always occurs as a result of using up retained earnings. c. If a company with a debt-to-assets...
Instructions: You are not required to use R markdown for the lab assignment. Please include ALL...
Instructions: You are not required to use R markdown for the lab assignment. Please include ALL R commands you used to reach your answers in a word or pdf document. Also, report everything you are asked to do so Problem 2 : Answer the following questions: 1. First run alphas <- seq(0.1, 1, by = 0.1) and nalphas <- - rev(alphas). Based on what you have seen, describe how functions seq and rev work. Then run qnorm(c(nalphas, alphas)) and report...
1-Please answer only five of the following seven questions that you are interested in or that...
1-Please answer only five of the following seven questions that you are interested in or that may be of value to you. Research the topics thoroughly using valid, reliable sources. If you answer more than five questions only the first five answers will be marked. 2-Each student will prepare a 10 page research paper (2-3 pages for each question): double-spaced, Times New Roman and 12-point font. 3-Originality is a “must” in research. Therefore, use your own words when answering questions...