2001 AMC 12 Problems/Problem 16
Contents
[hide]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
Suppose the spider tries to put on all items in a random order, so that each of the
possible permutations is equally probable. This means that for any fixed leg, the probability that it will first put on the sock, and only then the shoe, is clearly
. Hence the probability that it will put on the shoe and sock in the correct order for all its legs is
. Therefore the number of possible permutations is
.
Solution 2
Each possible order in which the spider puts on its socks and shoes can be uniquely described as a sequence containing two s, two
s, ..., and two
s, where the first occurrence of number
means that the spider puts the sock onto leg
, and the second occurrence means it puts the shoe onto leg
(as it must put on the sock for each leg before the corresponding shoe).
Since there are a total of numbers, if they were all unique, the answer would be
. However, since each of the
numbers actually appear twice, there are
orders for each number that are actually indistinguishable, and so the overcount is by a total factor of
. This means the answer is
.
Solution 3 (bash using bounding)
The spider could put on all socks first, in
possible ways, and then all
shoes on next, giving
more possible ways. Of course, this is not the only possibility, so
is a lower bound for the correct answer: the spider could instead, for example, put on
socks and then
,
, or
shoes, before proceeding to put on more socks.
In principle, it could put on all items in a random order, but some of these orders would violate the rule that on each leg, the sock must be put on before the shoe, so
is an upper bound. In other words, answer choices
and
are lower and upper bounds, so the correct answer must lie in between them. Recalling that answer choices on the AMC appear in increasing order, we can deduce, without having to actually calculate it, that the correct answer must be
.
Solution 4
Name the sock for e.g. leg as
and the corresponding shoe as
, and similarly for all the other legs. Then, as the sock for each leg must be put on before the shoe, we observe that the pairs
and
must both correspond to the order
, then
.
We can now consider constructing an overall order of length , starting with
positions that each need to be filled with
or
for some integer
between
and
. For each of the
legs, we effectively need to choose
of the possible remaining positions, without regard to the order in which they are chosen (since only
order is actually possible, as explained above).
In other words, we must choose unordered positions from
, then from the remaining
, and so on, so the total number of possible orders is
Video Solution
See Also
2001 AMC 12 (Problems • Answer Key • Resources) | |
Preceded by Problem 15 |
Followed by Problem 17 |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 • 16 • 17 • 18 • 19 • 20 • 21 • 22 • 23 • 24 • 25 | |
All AMC 12 Problems and Solutions |
These problems are copyrighted © by the Mathematical Association of America, as part of the American Mathematics Competitions.