Contributing Editor Anirban DasGupta writes the solution to puzzle 24:

Congratulations to the four student members who sent in correct answers—some more complete than others. They are Prakash Chakraborty, Purdue University; Sihan Huang, Columbia University; Kumar Somnath, The Ohio State University; and Andrew Thomas, Purdue University.

Now for the solution. Denote the number of steps required to reach the point (n,n) by Sn. The quickest that the particle can reach the point (n,n) is in 2n steps, which happens if exactly n heads and n tails are produced in 2n tosses of our fair coin. This has probability (2nn)22n.

Next, for any given integer k1,P(Sn=2n+k)=(2n+k1n1)22nk+1.

Thus, μn=E(Sn)=2n+k=1k(2n+k1n1)22nk+1=2n(1+(2nn)22n), with a little bit of calculation. In particular, μ3=638=7.875, and on using Stirling’s series for n!, we get
μn=2n+2nπ14nπ+O(n3/2).