CombinatoricsDifficulty 4.4AIMEFind the answerUnited States
Problem:
10 people are playing musical chairs with n chairs in a circle. They can be seated in 7! ways (assuming only one person fits on each chair, of course), where different arrangements of the same people on chairs, even rotations, are considered different. Find n.
A number or a short expression. Fractions can be typed as 3/2, and spacing doesn't matter.
Solution
Solution:
The number of ways 10 people can be seated on n chairs is n! multiplied by the number of ways one can choose n people out of 10. Hence we must solve 7!=n!⋅n!⋅(10−n)!10!. This is equivalent to (10−n)!=7!10!=8⋅9⋅10=720=6!. We therefore have n=4.
Want a route through all this instead of an archive? The track
puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.
Source: MathNet,
licensed CC-BY-4.0.
Statement reproduced verbatim; metadata (topic, difficulty) added by this project.