Hello everyone! This is the final problem of this trollathon. We decided to make a treasure hunt to hunt for the answer to this problem. This hunt is not for the faint of heart! The clues are all on texpaste , which is where you should go for all the clues. The final answer will be there as well. Good luck finding the answer! Here's the first link :
http://www.texpaste.com/n/oxuzfuhr
Note that all links are in the form :
http://www.texpaste.com/n/<code here>
P.S. The answer might NOT be an integer. Given that your answer can be written as where and are relatively prime positive integers, find the maximum value among and . Sorry for any inconvenience caused.
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.
Go to the first leg.
First leg solution :
1 & 2) u, r
3) p
4) w
5 & 6) l, l
7) e
8) z
Putting this together gives the link for the second leg, which is this .
Second leg solution :
Change all the numbers to their corresponding letters with them as ASCII code. This immediately gives this .
Third leg solution :
Now, most of you will guess 54 right? NO! It is well-known that 6 × 9 = 4 2 . So, our answer is 1 . (See here if you're in doubt, the second comment. )
Code for deriving this fact (credits to the link above) :
written in C. Masterpiece.