Homework Statement
In a grid O(0,0) A(7,8) find the number of paths that
1. pass through (3,4)
2. don't pass through (3,4)
3. pass through M(2,3) AND N(4,6)
4. DON'T pass pass through M(2,3) and N(4,6)
5. pass through ONLY ONE of M(2,3) and N(4,6)
6. pass through AT LEAST ONE of M(2,3) and...