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

Answer to Problem 16A
Hexadecimal number is 10AB.92616.
Explanation of Solution
Given information:
A binary number 1000010101011.100100100112.
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 85 Solutions
Mathematics For Machine Technology
- Write complete solution and indicate proper unitsarrow_forwardProblem 4 (10pt). Use Stokes' theorem to evaluate the line integral (zdx+xdy + ydz) where C is the triangle in the xy-plane with vertices (1,0,0), (0,1,0), and (1,2,0) with counterclockwise orientation when viewed from above.arrow_forwardProblem 3 (10pt). Let R be the portion of the plane x+y+z = 1 in the first octant (i.e, x,y,z > 0). Compute the surface integral xds.arrow_forward
- Problem 5 (10pt). Let F = xyi - zj and R is the unit square in the xy-plane, {0 < x,y≤1,z=0}. Compute curlF ds = c curlF.NdS where N is the unit upward normal vector to R.arrow_forwardProblem 6 (10pt). R Use divergence theorem to calculate the surface integral f√ F. ds = √ √ F. Nds where N is the unit outward normal vector, F = x²i – x³z²j – 4x³zk, and R is the closed surface bounded by the cylinder x² + y² = 1 and planes z = x + 2 and z = = 0.arrow_forwardProblem 2 (10pt). Let F = xyzi+yzj + zk. Compute the divergence and curl of F.arrow_forward
- The Fibbonacci sequence is defined recursevely as following for i≥3 FiFi-1+ Fi-2; F1 = 1, F2 = 1. Write a scipt that uses a for loop to compute the 10th element of the Fibbonacci sequence and assing it to the variable named farrow_forwardEN (4)(p()) 5 (3c) Prove by induction that: Vn E N using your recursive definition from (2c) for the function defined below: p = n↔ 2n(n + 1) =: N → N Begin your work on this page and continue onto pages that follow, numbered as per instructions, as needed. 0 (i) BC 0 (ii) RCS You may discuss with anyone 319arrow_forwardis this correct? my number J is 00292366, i will also provide what s and b are from the different page i got it from, if incorrect, please fix itarrow_forward
- please ignore the work already done for these as i am not sure they are correct.arrow_forward4 - het B = { [´8 ], [ -5]} and C = { [4] [1]} Find the change of coordinates. matrix from ẞ to C and from C to B.arrow_forward(5) • Let u₁ = [ ! ] 4 [ i ] = [i] = and Из These vectors are orthogonal - (you do not need to check this). Also, let y= 3452 Calculate the orthogonal projection onto span {u₁, uz, U3}. of yarrow_forward
- Mathematics For Machine TechnologyAdvanced MathISBN:9781337798310Author:Peterson, John.Publisher:Cengage Learning,
