Let $G$ be a simple directed graph with vertex set $\{(i,j) \in \mathbb{Z}^2 : 15 \leq i \leq 21 , 21 \leq j \leq 25\}$ and an arc from $(i,j)$ to $(i',j')$ if and only if $(i',j')$ is obtained from $(i,j)$ by adding 1 to one coordinate. Then the number of directed paths from $(15,21)$ to $(21, 25)$ is
(a) $1260$
(b) $1420$
(c) $980$
(d) None of these
My answer: The number of paths from $(15,21)$ to $(21, 25)$ would be $${(21-15)+(25-21) \choose (25-21)} = {10 \choose 4} = 210.$$
Is this correct? Just want to get a second opinion.