You can do 5+5+10, 6+6+8, 9+9+2, 4+4+12, 3+3+14, 2+2+16, 1+1+18. I believe these are all of them, so there are 7 ways.
Answer:
Step-by-step explanation:
z
Solution -
In order to convert a binary number to hexadecimal ,we need to chunk the binary number into groups of 4 digits, adding 0 if necessary.
As the given number number is a 16 digit binary number, so when chunk in 4 digit groups, it will form 4 groups. Each group will represent a single digit in hexadecimal code.
So, a 16-digit binary pattern converts to a 4 digit hexadecimal value.