In how many ways can one go from (−2,−2) to (2,2) without crossing (0,0), if in one step one can move either one co-ordinate horizontally or vertically ? (One only moves up and to the right and cannot come back.)
Here is my attempt:
The total number of ways one can go from (-2,-2) to (2,2) is 8C4 ways (or 70) as there are 4 right steps and 4 up steps.
The number of ways (0,0) can be crossed starting from (-2,-2) and moving only right and up is
RRUU,UURR, URUR, RURU or 4 ways.
So, total number of ways without crossing 70-4=66.
I know I am wrong and seeking help.