140k views
5 votes
What is the hexadecimal equivalent of this binary number?
1000112

User IamMashed
by
4.7k points

2 Answers

1 vote

Answer:

hope this helps you

Step-by-step explanation:

hope this help you

What is the hexadecimal equivalent of this binary number? 1000112-example-1
User MichaelMoser
by
5.5k points
5 votes

Answer:

47

Step-by-step explanation:

btw i think the question is wrong. there is no 2 in binary number. only 0 and 1. so i assume 2 is actually 1.

0100 = (0x2^3) + (1x2^2) + (0x2^1) + (0x2^0) = 4

0111 = (0x2^3) + (1x2^2) + (1x2^1) + (1x2^0) = 7

User Phi
by
5.6k points