The answer to this question is found by decrypting this binary code.
0010101001001110100010100 10000011001010110011 101000010101110
Hint:
The number 5. That is not the answer but it will help you decrypt.
01011 = K
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Yay, people managed to decrypt the code. How long did it take?
Log in to reply
Dude, was this inspired by my code-breaking problem? :P
Log in to reply
A bit. I hade a question like that a bit back but the code was much longer.
Log in to reply
@Sharky Kesa – Okay, I see. ;)
Log in to reply
@Finn Hulse – Have you managed to solve that one? It's the same coding exactly.
Log in to reply
@Sharky Kesa – No, haven't had a chance. Right now I'm doing JOMO! It's so awesome! :D
Log in to reply
@Finn Hulse – Same here.
Log in to reply
@Sharky Kesa – Dude, #2 is literally impossible! :O
Log in to reply
@Finn Hulse – I know!!! I hate combinatorics. I may be level 5 but I still hate it. It a genetic thing, says mum.
Log in to reply
@Sharky Kesa – Wait is your mum a mathematician? But yeah, I'm loving the proof-based ones!
Log in to reply
@Finn Hulse – No, but she is good at math. During high school she hated combinatorics.
Log in to reply
@Sharky Kesa – Haha, yeah. In America, a person's lucky just to even hear that word. Honestly, the curriculum here sucks horribly. Also, have you proved #1 on JOMO for short answer? It's my favorite. :D
Log in to reply
@Finn Hulse – ope, was working on it though. Created a couple of tables to help me. Digit sums, total, etc. Also working on #2 for long answer.
Log in to reply
@Sharky Kesa – Woah dude. I assure you, there's a really beautiful, 1 paragraph proof that I found.
Log in to reply
@Finn Hulse – Finished #2 on long answer.
Log in to reply
@Sharky Kesa – I though that one was pretty easy. Did you use inscribed tetrahedrons and stuff like that?
@Finn Hulse – Could you by any chance share this proof?
Well, actually it yielded "FIGHT PLUS TEN"... ._.
Log in to reply
Sorry, edited it.
HAHAHAHAHAHAHAHAHA It's one thing to get in a fight, it's a whole other to get in a fight with 10 or more people. That just sucks. :D
Did it? Well, I, too got the same! I even entered that into Google Search if it was some famous thing.:P I felt that I would have made a mistake decoding and so felt it would be E.
Problem Loading...
Note Loading...
Set Loading...
Break down the code into groups of five, turn each into decimal from binary, and find the alphabet at that place.
For e.g. ( 0 1 0 1 1 ) 2 = ( 1 1 ) 1 0 -> the alphabet 'K' as it appears in the eleventh place among the alphabets.
Doing this, yields "EIGHT PLUS TEN" which of course is 1 8 and we are done!