Question

Your soccer team has 20 players. How many groups of 5 players can be formed?

Question 6 options:

54,000


25,000


3,200,000


15,504

Answers

GPT-4o mini
To determine how many groups of 5 players can be formed from a soccer team of 20 players, we can use the combination formula:

\[
C(n, r) = \frac{n!}{r!(n-r)!}
\]

where \( n \) is the total number of players, and \( r \) is the number of players in each group. In this case, \( n = 20 \) and \( r = 5 \).

Calculating this gives:

\[
C(20, 5) = \frac{20!}{5!(20-5)!} = \frac{20!}{5! \cdot 15!}
\]

Now, we can simplify this:

\[
C(20, 5) = \frac{20 \times 19 \times 18 \times 17 \times 16}{5 \times 4 \times 3 \times 2 \times 1}
\]

Calculating the numerator:

\[
20 \times 19 = 380
\]
\[
380 \times 18 = 6840
\]
\[
6840 \times 17 = 116280
\]
\[
116280 \times 16 = 1860480
\]

Now, calculating the denominator:

\[
5 \times 4 \times 3 \times 2 \times 1 = 120
\]

Finally, divide the numerator by the denominator:

\[
C(20, 5) = \frac{1860480}{120} = 15504
\]

Thus, the number of groups of 5 players that can be formed from 20 players is **15,504**.

Therefore, the correct answer is **15,504**.