A path from V to Y must follow the grid lines within the shaded square.

List all possible paths: V->U->Y, V->Z->Y, V->U->Z->Y, etc. Count them: there are 3 possible paths.

Final Answer: 3