SOLUTION: Convert the following:
a. 9F2Ch to binary
Can you please explainb to me the question step-by-step? Thank you!
Algebra.Com
Question 1191541: Convert the following:
a. 9F2Ch to binary
Can you please explainb to me the question step-by-step? Thank you!
Answer by math_tutor2020(3817) (Show Source): You can put this solution on YOUR website!
I'm assuming you want to convert from the hexadecimal value of 9F2C to binary.
Recall that the base 16 hexadecimal system has these digits
0,1,2,3,4,5,6,7,8,9
A,B,C,D,E,F
Where,
A base 16 = 10 base 10
B base 16 = 11 base 10
C base 16 = 12 base 10
D base 16 = 13 base 10
E base 16 = 14 base 10
F base 16 = 15 base 10
As mentioned,
C base 16 = 12 base 10
Then rewrite 12 as a sum of powers of 2.
12 = 8+4
12 = 2^3 + 2^2
12 = 1*2^3 + 1*2^2 + 0*2^1 + 0*2^0
The string of coefficients 1, 1, 0, 0 in that order leads to the binary representation of 12 base 10 = 1100 base 2.
By extension,
C base 16 = 12 base 10 = 1100 base 2
Through similar logic,
2 base 16 = 0010 base 2
Combining those allows us to say:
2C base 16 = 0010 1100 base 2
Take note of the color coding to see how the split happens.
Also,
9F base 16 = 1001 1111 base 2
Therefore,
9F2C base 16 = 1001 1111 0010 1100 base 2
I recommend you keep the spacing of 4 digits per group to make the binary number more readable.
A handy calculator to check your work
https://www.binaryhexconverter.com/hex-to-binary-converter
Click on the "padding" to have the digits space themselves out into groups of 4.
You can also click on "swap" to convert the other way around (as another way to verify the answer).
RELATED QUESTIONS
Convert the following decimal numbers to into binary format
a. 15
b. 210
c. 119
(answered by Boreal,MathLover1,greenestamps,Alan3354,math_tutor2020)
Convert the following hexadecimal numbers to both binary and decimal
C521 base 16... (answered by Edwin McCravy)
Convert the following unsigned 8 bit binary numbers into both hex and decimal
a.... (answered by Alan3354,math_tutor2020)
hello,
can you please show me the step by step solution for the following question:... (answered by drk)
Simplify the following functions using a K-map
F(X, Y,Z) = X’Y’Z’ + X’YZ + (answered by math_tutor2020)
Hello, Can you please show me how to do the following question step by step
Write a... (answered by Alan3354)
Hi tutor,
Can you show me how to factor the following step by step:
625-(y-5)^2... (answered by Alan3354)
Perform the following for each 8 bit binary addition:
> add the two binary numbers
(answered by MathLover1)
Can you please explain substitution to me step by... (answered by stanbon)