Google's Math Puzzle
An anonymous reader writes "Commuters in Cambridge, Mass., are scratching their heads over signs challenging passers-by to solve a complicated math problem. The mysterious banners are actually a job-recruiting pitch from Google."
I'm lazy, so I just Googled the answer.
Answer to 2nd puzzle is @ http://www.mkaz.com/math/google/.......
That's a much more efficient search strategy. Just what they're after, methinks.
Real Daleks don't climb stairs - they level the building.
I wrote this in a few minutes in Mathematica, and found the answer to the first puzzle. The second puzzle was annoying so I just searched google for it instead.
en = N[\[ExponentialE], 1000]; Table[x = (Floor[en*(10^k)*10^10] - Floor[en*(
10^k)]*10^10); If[PrimeQ[x], {k, x}, {k, 0}], {k, 0, 100}]
All is Number -Pythagoras.