Concept explainers
To express:
A binary number into a hexadecimal number.

Answer to Problem 17A
Hexadecimal number is C94B.92416.
Explanation of Solution
Given information:
A binary number 1100100101001011.10010010012.
Calculation:
Binary number system uses the number 2 as its base. Therefore, it has 2 symbols: The numbers are 0 and 1.
And a hexadecimal number system uses the number 16 as its base, i.e., it has 16 symbols. The hexadecimal digits are 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E and F.
Binary numbers are represented as from hexadecimal number
Binary | 0000 | 0001 | 0010 | 0011 | 0100 | 0101 | 0110 | 0111 |
Decimal | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 |
Hexadecimal | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 |
Binary | 1000 | 1001 | 1010 | 1011 | 1100 | 1101 | 1110 | 1111 |
Decimal | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 |
Hexadecimal | 8 | 9 | A | B | C | D | E | F |
Each hexadecimal digit consists of 4 binary digits.
For example, hexadecimal number 9 is equal to binary number 1001.
For converting integer part of binary number into hexadecimal number, write down the binary number and represent four binary digits from right by its hexadecimal digit from the table.
Then combine all the digits together.
For converting fractional part of binary number into hexadecimal number, write down the binary number and represent four binary digits from left by its hexadecimal digit from the table.
Then combine all the digits together.
Finally, hexadecimal number is combination of both integer and fractional part.
Hexadecimal digits are equal to the summation of 2n where n = 0, 1, 2 and 3 (position from right).
For example, 9 = 23+20. In this example, 21 and 22are not there. So, at position 1 and 2, binary digit is zero, and at position 0 and 3, binary digit is one. Therefore, hexadecimal of binary 1001 is
The hexadecimal number is equal to the summation of binary digits dn × 2n
Divide the binary number into block of four digits. If four digits are not there, then add additional zero in binary number. For example, 11 is written as 0011 and .11 is written as .1100.
Hexadecimal of binary number 1100100101001011.10010010012 is (Starting from right for integer part and starting from left for fractional part)
Want to see more full solutions like this?
Chapter 83 Solutions
EBK MATHEMATICS FOR MACHINE TECHNOLOGY
- 1. Evaluate the following improper integrals: (a) fe-rt dt; (b) fert dt; (c) fi da dxarrow_forward8. Given the rate of net investment I(t) = 9t¹/2, find the level of capital formation in (i) 16 years and (ii) between the 4th and the 8th years.arrow_forward9. If the marginal revenue function of a firm in the production of output is MR = 40 - 10q² where q is the level of output, and total revenue is 120 at 3 units of output, find the total revenue function. [Hints: TR = √ MRdq]arrow_forward
- 6. Solve the following first-order linear differential equations; if an initial condition is given, definitize the arbitrary constant: (a) 2 + 12y + 2et = 0, y(0) = /; (b) dy+y=tarrow_forward4. Let A = {a, b, c, d, e, f}, B = {e, f, g, h} and C = {a, e, h,i}. Let U = {a, b, c, d, e, f, g, h, i, j, k}. • Draw a Venn Diagram to describe the relationships between these sets Find (AB) NC • Find (AC) UB Find AUBUC • Find (BC) N (A - C)arrow_forward7. A consumer lives on an island where she produces two goods x and y according to the production possibility frontier x² + y² < 200 and she consumes all the goods. Her utility function is U(x, y) = x y³. She faces an environmental constraint on her total output of both goods. The environmental constraint is given by x + y ≤20. • (a) Write down the consumer's optimization problem. (b) Write out the Kuhn-Tucker first order conditions. (c) Find the consumer's optimal consumption bundle (x*, y*).arrow_forward
- 3. Answer the following questions: (a) Given the marginal propensity to import M'(Y) = 0.1 and the information that M = 20 when Y = 0, find the import function M(Y). (b) Given a continuous income stream at the constant rate of $1,000 per year, what will be the present value II if the income stream terminates after exactly 3 years and the discount rate is 0.04? (c) What is the present value of a perpetual cash flow of $2,460 per year, discounted at r = 8%?arrow_forward5. Let A and B be arbitrary sets. Prove AnB = AUB.arrow_forward2. Answer the following questions: (a) Given the marginal-revenue function R'(Q) = 28Q - €0.3Q, find the total-revenue function R(Q). What initial condition can you introduce to definitize the constant of integration? = (b) Given the marginal propensity to consume C'(Y) 0.80.1Y-1/2 and the information that C = Y when Y = 100, find the consumption function C(Y).arrow_forward
- 7. Let X, A, and B be arbitrary sets such that ACX and BC X. Prove AUB CX.arrow_forward1. Write out the following sets as a list of elements. If necessary you may use ... in your description. {x EZ: |x|< 10 A x < 0} {x ЄN: x ≤ 20 A x = 2y for some y = N} {n EN: 3 | n^ 1 < n < 20} {y Є Z: y² <0}arrow_forward3. For each statement below, write an equivalent statement using the justification given. = y Є A or yЄ B by the definition of union = y Є A or y Є B by the definition of set complement = x = C and x & D by DeMorgan's Law =Vx (x EnFxЄEUF) by definition of subset. = (X CYUZ)A (YUZ CX) by definition of set equalityarrow_forward
- Mathematics For Machine TechnologyAdvanced MathISBN:9781337798310Author:Peterson, John.Publisher:Cengage Learning,
