ironfern @ docs ~/math/grade-9/combinatorics/arrangements $

Arrangements

According to FIFA rules, 32 teams participate in the final stage of the Football World Cup. Let us determine in how many ways the gold, silver, and bronze medals (three prize positions) can be distributed among the teams.

The first place can be taken by any of the 32 teams, the second by any of the remaining 31, and the third by any of the 30 remaining teams. By the generalized product rule, the number of possible distributions is 323130=2976032 \cdot 31 \cdot 30 = 29\,760.

Each such ordered subset is called an arrangement of 3 elements chosen from 32 elements.

Definition and Formula

📐Definition — Arrangement

Any kk-element ordered subset of a given nn-element set is called an arrangement (or kk-permutation) of nn elements taken kk at a time.

The number of all possible arrangements of nn elements taken kk at a time is denoted by AnkA_n^k, using the first letter of the French word arrangement.

Theorem — Formula for the Number of Arrangements

For any natural numbers nn and kk such that knk \leqslant n, the following formula holds:

Ank=n(n1)(n2)(nk+1)A_n^k = n(n-1)(n-2) \cdot \ldots \cdot (n-k+1)

Proof. Consider an nn-element set and form its kk-element ordered subset. There are nn ways to choose the first element. After the first element is chosen, the second can be chosen in n1n - 1 ways. After the first two elements are chosen, there are n2n - 2 ways for the third, and so on. The kk-th element can be chosen in nk+1n - k + 1 ways.

By the generalized product rule:

Ank=n(n1)(n2)(nk+1).A_n^k = n(n-1)(n-2) \cdot \ldots \cdot (n-k+1).

Relationship with Factorials and Permutations

Since there is only one nn-element subset of an nn-element set, the number AnnA_n^n equals the number of permutations:

Ann=Pn.A_n^n = P_n.

Multiplying and dividing the right side by (nk)!(n - k)! (which is valid since (nk)!0(n-k)! \neq 0), we obtain the compact formula:

Ank=n!(nk)!A_n^k = \frac{n!}{(n-k)!}
Example — Proper Fractions with Prime Numerators and Denominators

Statement. How many proper fractions exist whose numerator and denominator are both prime numbers less than 30?

Solution. The set {2,3,5,7,11,13,17,19,23,29}\{2, 3, 5, 7, 11, 13, 17, 19, 23, 29\} consists of all prime numbers less than 30. The number of 2-element ordered subsets of this set equals the number of ordinary fractions (other than 1) whose numerator and denominator are these prime numbers. Half of these fractions are proper.

Therefore, the answer is 12A102=12109=45\dfrac{1}{2} A_{10}^2 = \dfrac{1}{2} \cdot 10 \cdot 9 = 45.

Answer: 45.

Exercise — Arrangement Problems
  1. In a football team (11 players), a captain and a vice-captain need to be chosen. In how many ways can this be done?

  2. A committee of 15 people must choose a chairperson, a deputy, and a secretary. In how many ways can this be done?

  3. In 9th grade, students study 18 subjects. The daily schedule contains 6 lessons. In how many ways can the daily schedule be arranged so that all 6 lessons are different subjects?