Parker is organizing a race. Only the top 5 will be awarded money as follows: 1st place = $1,000; 2nd place = $800; 3rd place = $600; 4th place = $400; and 5th place = $200.

Question 1
If 20 total athletes enter the race, how many ways can the prizes be allocated?(1 point)
Responses

5,587,021,440
5,587,021,440

6
6

15,504
15,504

1,860,480
1,860,480
Question 2
If only 10 people enter the race, how many ways can the prizes be allocated?(1 point)
ways (type as a number only, no commas or symbols)
Skip to navigation

1 answer

To determine the number of ways to allocate the prizes among the top 5 finishers in a race with a total of athletes, we need to calculate the permutations of 20 athletes taken 5 at a time.

Question 1: When there are 20 athletes, we calculate the number of ways to choose and order 5 of them using the permutation formula:

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

Where:

  • \( n = 20 \) (total athletes)
  • \( r = 5 \) (top 5 finishers)

So we have:

\[ P(20, 5) = \frac{20!}{(20 - 5)!} = \frac{20!}{15!} = 20 \times 19 \times 18 \times 17 \times 16 \]

Calculating that step-by-step:

  1. \( 20 \times 19 = 380 \)
  2. \( 380 \times 18 = 6840 \)
  3. \( 6840 \times 17 = 116280 \)
  4. \( 116280 \times 16 = 1860480 \)

So, there are 1,860,480 ways to allocate the prizes when there are 20 athletes.

Answer for Question 1: 1,860,480


Question 2: Now, when there are only 10 total athletes, we perform the same calculation:

\[ P(10, 5) = \frac{10!}{(10 - 5)!} = \frac{10!}{5!} = 10 \times 9 \times 8 \times 7 \times 6 \]

Calculating that step-by-step:

  1. \( 10 \times 9 = 90 \)
  2. \( 90 \times 8 = 720 \)
  3. \( 720 \times 7 = 5040 \)
  4. \( 5040 \times 6 = 30240 \)

So, there are 30,240 ways to allocate the prizes when there are 10 athletes.

Answer for Question 2: 30240