Armaan walks to the zoo every day. A map of the streets between Armaan’s house and the zoo is shown, where Armaan’s house is represented by \(A\), the zoo is represented by \(Z\), and the streets are represented by line segments.
How many different routes can Armaan take from his house to the zoo if he always walks either east or south? Consider the top of the page to be north.
On Tuesday there is some construction, so part of a street is closed, as shown.
Armaan cannot walk on the closed part. How many different routes can Armaan take from his house to the zoo on Tuesday?
On Friday, an intersection is closed, as shown.
Armaan cannot walk through this intersection. How many different routes can Armaan take from his house to the zoo on Friday?
To count the number of routes, we could just draw as many routes as we can think of and see if we can find them all. This might work, but would take a long time, especially if the grid was larger. Here we show a more systematic way of solving the problem. First we will mark each intersection with a letter, as shown.
From \(A\), there is only \(1\) route to each of \(B\), \(C\), or \(D\). Similarly there is only \(1\) route to each of \(E\), \(I\), and \(M\). We update our diagram by indicating the number of routes from \(A\) to each of these intersections.
To reach \(F\), Armaan would need to come from either \(B\) or \(E\). Since there is \(1\) route to \(B\) and \(1\) route to \(E\), it follows that there are \(1+1=2\) routes to \(F\). To reach \(G\), Armaan would need to come from either \(F\) or \(C\). Since there are \(2\) routes to \(F\) and \(1\) route to \(C\), it follows that there are \(2+1=3\) routes to \(G\). Continuing in this way, by adding the number of routes to the preceding intersections, we can determine that there are \(10\) routes to \(P\) and \(10\) routes to \(L\), so there are \(10+10=20\) different routes from Armaan’s house to the zoo.
The counting of possible routes follows the same pattern as in (a), except for \(K\) and all intersections south and east of it, as shown.
To reach \(K\), Armaan would need to come from \(J\), so there are \(3\) routes to \(K\). We can then continue counting as before, by adding the number of routes to the preceding intersections. Then we can determine that since there are \(7\) routes to \(P\) and \(7\) routes to \(L\), there are \(7+7=14\) different routes from Armaan’s house to the zoo on Tuesday.
The counting of possible routes follows the same pattern as in (a), except for \(K\) and all intersections south and east of it, as shown.
Armaan cannot reach \(K\) due to construction. To reach \(L\), Armaan would need to come from \(H\), so there are \(4\) routes to \(L\). Similarly, to reach \(P\), Armaan would need to come from \(N\), so there are \(4\) routes to \(P\).
Since there are \(4\) routes to \(P\) and \(4\) routes to \(L\), there are \(4+4=8\) different routes from Armaan’s house to the zoo on Friday.