A 16 step path is to go from (-4,-4) to (4,4) with each step increasing in either the x-coordinate or the y-coordinate by 1. How many such paths stay outside or on the boundary of the square $-3<x<3,\ -3<y<3$ at each step?
(Background) I am a 12th grader and I know about dots and dashes and Pascal's triangle.
For this particular question, it i s probably easiest just to write a table of the number of ways of reaching each square moving up or right from the bottom left. Each value is the sum of the value below it and the value to its left.
Combinatorially, look at the possible positions after eight steps and the numbers associated going to and from them. You can either take routes via the points $(4,-4)$ or $(-4,4)$ or go via the points $(3,-3)$ or $(-3,3)$ which will give you the answer $${8 \choose 0}{8 \choose 0}+{8 \choose 0}{8 \choose 0}+{8 \choose 1}{8 \choose 1}+{8 \choose 1}{8 \choose 1}=1+1+64+64=130$$