Walkabout
Attachment:
Path.png
The diagram above shows the various paths along which a mouse can travel from point X, where it is released, to point Y, where it is rewarded with a food pellet. How many different paths from X to Y can the mouse take if it goes directly from X to Y without retracing any point along a path?
(A) 6
(B) 7
(C) 12
(D) 14
(E) 17
The best way to solve this problem is to use the idea of the fundamental counting principle. In a more standard form you could be asked a question, such as if Tom as 3 belts, 4 ties, and 6 shirts, how many outfits could he make with those items? We can consider each item a decision point, i.e., belts, ties, and shirts. To solve this, we just need to multiply the number of decisions Tom can make together, so:
3 x 4 x 6 = 72 ways.
Tom has 72 options when dressing with those items.
This same logic can be applied to this problem here. We can first determine the number ways the mouse can go from one point to the next.
X to A = 1
A to B = 2
B to C = 1
C to D= 2
D to E = 1
E to F = 3
F to Y =1
Therefore, to find the total number of ways from X to Y we can multiply all these numbers together:
1 x 2 x 1 x 2 x 1 x 3 x 1 = 12 ways.
There are 12 different paths.
Answer is C.