puzzle

Computer Challenge Puzzle? Table with numbers and 2^x


I know this is kind of a vague question, but I'm doing a computer-style puzzle and am completely lost on this one. It gives a display of a table of these numbers:

enter image description here

And asks for a keyword from those numbers. Am I missing something really obvious here?


Solution

  • Got it. The numbers at the top are a clue, telling you the answer is in binary. If you treat each odd number as a 0, and each even number as 1, then the binary is:

    01101001 00111100 00110011 01101101 01100001 01110100 01101000 00100001

    which translates to: i<3math!