How Many Can Read Hex? You and the Dead Included

  • Thread starter Thread starter Anttech
  • Start date Start date
AI Thread Summary
The discussion revolves around the question of how many people, including the dead, can read hexadecimal numbers. Warren humorously engages with the concept, initially miscalculating but then correctly identifying that 0xDEAD translates to 57006 in decimal. He also introduces a playful twist by adding fictional characters like Biff to the mix, suggesting that if both Biff and the dead can read hex, the total would be 0x1FB1FF plus 0xDEAD. The conversation highlights the lighthearted nature of discussing hexadecimal numbers and programming humor. Overall, the thread showcases a blend of mathematical exploration and playful banter.
Anttech
Messages
233
Reaction score
0
Question;

If you and dead people can read hex, how many people can read hex?
 
Mathematics news on Phys.org
157255_8

- Warren
 
Originally posted by chroot
157255_8

- Warren

Nope ;)
 
Are you sure?

- Warren
 
yep... read again,
 
ahh wait a min... :)
 
you almost got it...read again...
 
Heh, I'm dumb. Somehow I thought I pressed the 1 on my caculator, but I guess I didn't?

157256_8

- Warren
 
hehe well done,

To be honest you are the quickest to get this I have seen, so i would say Dumb :)
 
  • #10
Heh, just the other day I used 0xDEADBEEF as a boundary identifier in a program... that one's classic, man.

- Warren
 
  • #11
lol... hehe very funny
 
  • #12
Uh.

I don't get it.
 
  • #13
It's based on hexidecimal numbers
0-F are digits so
0xDEAD=13*4096+14*256+10*16+13 base 10
so there are 0xDEAD+1 or 57006 people that can read hex.

Of course, it would be tougher if you got some B!FF in there:

If Biff and Dead people can read hex. How many people can read hex?

Now we have 0x1FB1FF + 0xDEAD people.

If I was feeling creative, I could probably concoct something even worse.
 
  • #14
But "I" is not a valid hexadecimal numeral... :wink:

- Warren
 
Back
Top