Sum of series of Hexadecimal numbers
Answers
Answered by
2
Answer:
Counting in hex is a lot like counting in decimal, except there are six more digits to deal with. Once a digit place becomes greater than "F", you roll that place over to "0", and increment the digit to the left by 1. And once you've reached 1F16, roll up to 2016 and keep churning the right-most digit from 0 to F.
Answered by
0
Answer:
Explanation:
In hexadecimal number system after 9 its a,b,c,d,e,f,and then 10.
The sum is d a f d.
b+2=d
f+0=f
a+0=a
c+1=d.
Hope this help you
Similar questions