I was on vacation in England, and wanted to visit the Tower of London. The roads were laid out on a grid map, and and the castle was 4 blocks north and 5 blocks east. I also wanted to visit the Apple store along the way, and check out the new IWatch.
If I were to travel only north and east, how many routes did I have to get to the castle?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
To reach the tower we have to first go to A, then take path AB, then go to tower from B
The point A is at (2N,2E). The total number of ways to reach point A is arrangement of 2N's & 2E's which can be done in 4 C 2 ways.
The tower is at (2N,2E) from point B. The total number of ways to reach the tower from point B is arrangement of 2N's & 2E's which can be done in 4 C 2 ways
So ways to reach the tower going through apple store(AB) is 4 C 2 ∗ 4 C 2