Problem 11 Counting Probability
Problem 11 Counting Probability
Problem: A spider has one sock and one shoe for each of its eight legs. In how many
different orders can the spider put on its socks and shoes, assuming that, on each leg, the
sock must be put on before the shoe?
Solution 1: Let the action of putting on shoe n be denoted by an and the action of putting
on sock n be denoted by bn . Then we can arrange a1 -a8 and b1 -b8 in a total of 16! ways.
However, only half of these will have a1 before b1 . A similar argument can be given for each
16!
a2 -a8 . So our answer is 8 .
2
Practice Problem: In a shooting match, eight clay targets are arranged in two hanging
columns of three targets each and one column of two targets. A marksman is to break all
the targets according to the following rules:
If the rules are followed, in how many different orders can the eight targets be broken? (AIME
1990 #8) [Answer: 560]
Solution was written by Sean Soni and compiled from Art of Problem Solving Forums.