Solution:
For a lattice point (x,y), let F(x,y) denote the number of up-right paths from (0,0) to (5,5) that don't pass through (x,y), and let
S=0≤x≤5∑0≤y≤5∑F(x,y)
Our answer is 36S, as there are 36 lattice points (x,y) with 0≤x,y≤5.
Notice that the number of up-right paths from (0,0) to (5,5) is (510)=252 because each path consists of 10 steps, of which we can choose 5 to be to the right. Each of these paths passes through 11 lattice points (x,y) with 0≤x,y≤5, so each path contributes 36−11=25 to the quantity we are counting in S. Then S=25⋅252, so our answer is 3625⋅252=175.