Saturday, November 9, 2013

Counting paths


A favorite counting puzzle is finding the total number of paths through some diagram. In puzzles like the one above, you are asked to find how many different paths will take you from one end of the diagram to the other, always following the direction of the arrows. To count the paths easily, you should apply the rule of sum and the rule of product.

In the diagram above, the rule of sum comes into play in getting around a single square. You can go around the top (1 choice) or around the bottom (1 choice), this gives you 1+1 = 2 choices. Getting around the first square and the second square and the next square, etc. requires the rule of product: 2 x 2 x 2 x 2 x 2 = 32 paths. In path puzzles like this, you add "or" choices and multiply "and" choices.

Here are a few more path puzzles: