EBK MATHEMATICS FOR MACHINE TECHNOLOGY
EBK MATHEMATICS FOR MACHINE TECHNOLOGY
8th Edition
ISBN: 9781337798396
Author: SMITH
Publisher: CENGAGE LEARNING - CONSIGNMENT
bartleby

Concept explainers

bartleby

Videos

Question
Book Icon
Chapter 85, Problem 18A
To determine

To express:

A binary number into a hexadecimal number.

Expert Solution & Answer
Check Mark

Answer to Problem 18A

Hexadecimal number is 749.A4416.

Explanation of Solution

Given information:

A binary number 11101001001.10100100012.

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, 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

    Binary00000001001000110100010101100111
    Decimal01234567
    Hexadecimal01234567
    Binary10001001101010111100110111101111
    Decimal89101112131415
    Hexadecimal89ABCDEF

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

  EBK MATHEMATICS FOR MACHINE TECHNOLOGY, Chapter 85, Problem 18A

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)

   binarynumber= 0111 0100 1001 . 1010 0100 0100 sixhexadecimaldigitsareexist

   firsthexadecimaldigit=0× 2 3 +1× 2 2 +1× 2 1 +1× 2 0

   firsthexadecimaldigit=0×8+1×4+1×2+1×1

   firsthexadecimaldigit=0+4+2+1

   firsthexadecimaldigit=7

   secondhexadecimaldigit=0× 2 3 +1× 2 2 +0× 2 1 +0× 2 0

   secondhexadecimaldigit=0×8+1×4+0×2+0×1

   secondhexadecimaldigit=0+4+0+0

   secondhexadecimaldigit=4

   thirdhexadecimaldigit=1× 2 3 +0× 2 2 +0× 2 1 +1× 2 0

   thirdhexadecimaldigit=1×8+0×4+0×2+1×1

   thirdhexadecimaldigit=8+0+0+1

   thirdhexadecimaldigit=9

   fourthhexadecimaldigit=1× 2 3 +0× 2 2 +1× 2 1 +0× 2 0

   fourthhexadecimaldigit=1×8+0×4+1×2+0×1

   fourthhexadecimaldigit=8+0+2+0

   fourthhexadecimaldigit=10=A

   fifthhexadecimaldigit=0× 2 3 +1× 2 2 +0× 2 1 +0× 2 0

   fifthhexadecimaldigit=0×8+1×4+0×2+0×1

   fifthhexadecimaldigit=0+4+0+0

   fifthhexadecimaldigit=4

   sixthhexadecimaldigit=0× 2 3 +1× 2 2 +0× 2 1 +0× 2 0

   sixthhexadecimaldigit=0×8+1×4+0×2+0×1

   sixthhexadecimaldigit=0×8+1×4+0×2+0×1

   sixthhexadecimaldigit=0+4+0+0

   sixthhexadecimaldigit=4

   Sohexadecimalofgivenbinarynumber=749.A 44 16

Want to see more full solutions like this?

Subscribe now to access step-by-step solutions to millions of textbook problems written by subject matter experts!
Students have asked these similar questions
7:33 97% UNIVERSITY OF THE WEST INDIES OPEN CAMPUS MATH0900 SEMESTER 2 2024/2025 Tutorial Assignment 1 – GROUP ASSESSMENT ( 52 marks) 26% Course Work + 4% - from Peer Assessment TOTAL 30% 1) a) From the set {-6, 5, 3.4, 8, -²/5, √(-3), √5, 6i, -3.2, 5+4i} i) List the set of ii) List the set of iii) List the set of vi) List the set of b) Calculate Natural Numbers Integers Numbers Rational Numbers Imaginary numbers (4 marks) || i) 5(-3)+(-6)(-4) -7(-2) = ii) -4(-2)-3(6) + 2(-5) = 3(-2) (2)7-3(-5) (4, 4 marks) 2) a) Calculate 13 -13433 x 5/6 = (4 marks) b) Given 2 3(x-2)=2(2x+3)-1 5 Solve for x (4 marks) Same as 3(x-2)/2 = 2(2x+3)/5 - 1 3) a) Calculate the time taken for an investment of $900,000 to gain an interest of $75,600 if the interest rate is 1.2%. (3 marks) b) 4 sandwiches and 2 drinks cost $46.00 also 3 sandwiches and 1 drinks cost $32.00 What is the cost of each item? (4 marks) 4) a) Out of 7 male employees and 5 female employees 4 are randomly selected for a pay increase. How…
2. In a computer network some pairs of computers are connected by network cables. Your goal is to set up the computers so that messages can be sent quickly from any computer to any other computer. For this you have identified each of the n com- puters uniquely with a number between 1 and n, and have decided that a message should consist of two such numbers, identifying the sender and the recipient, fol- lowed by the content of the message. As cables are relatively short, you can assume that sending a message across a single cable takes an amount of time that is the same irrespective of the length of the cable. You can further assume that at most one message travels between computer at any point, so that you don't have to worry about inference among messages. (a) Define a graph or network that models the computer network and allows you to answer the remaining parts of this question. (b) Consider two computers, a sender and a recipient. Using the graph or network you have defined,…
3. A spreadsheet consists of cells indexed by a row and a column. Each cell contains either a value or a formula that depends on the values of other cells. (a) Describe a graph, digraph, or network that models an arbitrary spreadsheet and allows you to answer the remaining parts of this question. (b) Explain, by referring to the graph, digraph, or network, when it is possible to change the value of cell x without changing the value of cell y. (c) Explain, by referring to the graph, digraph, or network, when it is possible to calculate the values of all cells in the spreadsheet. Consider the following spreadsheet with 5 rows, 7 columns, and 35 cells. For exam- ple, cell el contains a value, whereas cell al contains a formula that depends on the values cells el and 95. a b с 1 el+g5 al-c5 110 d al+cl 180 e f g f5-el c1+c2 2 al+b1 a2+c4 240 a2+c2 120 f5-e2 e3+e5 3 a2+b2 a3-c3 100 a3+c1 200 f5-e3 f1+f2 4 a3+b3 a4+c2 220 a4+c2 100 f5-e4 f3+f4 5 a4+b4 a5-c1 130 a5+c5 120 g3+g4 g1+g2 (d) Can…
Knowledge Booster
Background pattern image
Advanced Math
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, advanced-math and related others by exploring similar questions and additional content below.
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
Mathematics For Machine Technology
Advanced Math
ISBN:9781337798310
Author:Peterson, John.
Publisher:Cengage Learning,
ALGEBRAIC EXPRESSIONS & EQUATIONS | GRADE 6; Author: SheenaDoria;https://www.youtube.com/watch?v=fUOdon3y1hU;License: Standard YouTube License, CC-BY
Algebraic Expression And Manipulation For O Level; Author: Maths Solution;https://www.youtube.com/watch?v=MhTyodgnzNM;License: Standard YouTube License, CC-BY
Algebra for Beginners | Basics of Algebra; Author: Geek's Lesson;https://www.youtube.com/watch?v=PVoTRu3p6ug;License: Standard YouTube License, CC-BY
Introduction to Algebra | Algebra for Beginners | Math | LetsTute; Author: Let'stute;https://www.youtube.com/watch?v=VqfeXMinM0U;License: Standard YouTube License, CC-BY