180,752 views
38 votes
38 votes
What is the hexadecimal equivalent of this binary number?
1000112

User BoqBoq
by
3.0k points

2 Answers

11 votes
11 votes

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 BerndK
by
2.8k points
18 votes
18 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 Seref
by
2.9k points