SOLUTION: Add the following hexadecimal numbers: a. 2AB3 + 35DC b. 1FF9 + 00F7 c. 0F52 + 9158 d. 0ECD + 122F e. 16DB + 9AF5 Coul

Algebra.Com
Question 1190270: Add the following hexadecimal numbers:
a. 2AB3
+ 35DC


b. 1FF9
+ 00F7


c. 0F52
+ 9158


d. 0ECD
+ 122F


e. 16DB
+ 9AF5


Could you please explain this homework question to me step-by-step? Thank you!

Found 2 solutions by Solver92311, Alan3354:
Answer by Solver92311(821)   (Show Source): You can put this solution on YOUR website!


Hexadecimal Digits to Decimal Value Translation:

  1  2  3  4  5  6  7  8  9   A   B   C   D   E   F  10
  1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16


  2   A   B   3
+ 3   5   D   C
---------------

3 + C:  3 + 12 = 15 = F
B + D: 11 + 13 = 24 = 16 + 8 = 8 carry 1
A + 5: 10 +  5 +  carry = 15 + 1 = 0 carry 1
 2 +  3 +  carry =  6

So:  6 0 8 F


Use the same process for the others.

John

My calculator said it, I believe it, that settles it

From
I > Ø

Answer by Alan3354(69443)   (Show Source): You can put this solution on YOUR website!
I've had a lot of experience with Hex and binary numbers, but I've never had to add two 16-bit numbers.
RELATED QUESTIONS

Hexadecimal numbers are made using the 16 "digits" 0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F. How... (answered by Alan3354)
The hexadecimal (base 16) number system uses the number 0 through 9 and the letters A... (answered by richard1234)
Problem says this, and it is a multiple choice question: Given the following sets,... (answered by Edwin McCravy)
The probability that a certain machine turns out a defective item is 0.05. Find the... (answered by math_tutor2020,greenestamps)
If the sum of five consecutive odd integers is k, which of the following could be a value (answered by Alan3354)
If b and c are positive numbers and 1/b = b/c = c/8 then b+c = (A)4 (B)6 (C)7 (D)8 (answered by jim_thompson5910,Edwin McCravy)
IF b and c are positive numbers and 1/b = b/c = c/8 then b+c = ?? (A)4 (B)6 (C)7... (answered by solver91311)
Could you please help me figure out what two different ways to continue the following... (answered by stanbon)
If A ={a, b, c, d, e} and B={alphabet like f, g, and h} could you help me to find the... (answered by tommyt3rd)