Discrete structures Im looking for complete solution as this
Discrete structures.
Im looking for complete solution as this is part of my test please help me out.
Decimal using Ysits All cort s smell beally Some people use Steroids s 2 Negro on o M2 For all bee x is horib kuna uobY a the x les Symbol neu att un Solution
8. 32616
we are to convert the given hexadecimal number to binary and decimal number system
i> Converting Hexadecimal to Binary
Convert each hexadecimal digit to four binary digits
Hexadecimal Binary
3 0011
2 0010
6 0110
=> 32616 = 0011001001102
now we could use the binary number to get the equivalent decimal number
=> 0011001001102 = 0*2^(11) + 0*2^(10)+1*2^(9) + 1*2^(8)+0*2^(7)+0*2^(6)+1*2^(5)+0*2^(4)+0*2^(3)+1*2^(2)+1*2^(1)+0*2^(0)
=> 0011001001102 = 80610
Hence
32616 = 0011001001102 = 80610
