Sandra and Flora are sitting on opposite corners of a $5\times5$ square grid. Sandra moves randomly east or north, and Flora randomly moves south or west. They move at the same rate. Find the probability that they will meet for lunch.
Process: I realized that since they move at the same rate, they can only meet along any of the points on the diagonal. There are $6$ points on the diagonal, and the line is also the 5th line of Pascal's triangle when you are counting the number of ways Sandra or Flora can reach that point, $(1,5,10,10,5,1)$. Each of them have 32 possible routes to reach the diagonal, and after some calculations I got $\frac{63}{256}$ as my final answer. Did you guys get the same thing? I'm not sure if I'm doing this right.
I agree with your calculation assuming they move on the lines of the grid.