Permutations and combinations: Problem type 2
Two-part. Both parts ask "how many ordered arrangements?" — permutations. Multiply the shrinking choices.
A short walkthrough explaining what you need to know and how to solve this question type lands here once it's recorded.
ALEKS randomizes the numbers each attempt, but the question shape stays the same. Here are three example versions you might see.
(a) 50 athletes are running a race. A gold medal goes to the winner, silver to second-place, bronze to third. No ties. In how many ways can the 3 medals be distributed?
(b) Aldo has 15 European cities he'd like to visit, but he only has time for 3 on his next vacation: one on Monday, one on Tuesday, one on Wednesday. He won't visit the same city twice. How many different schedules are possible?
(a) A class of 25 students is electing a President, Vice President, and Secretary — no student can hold more than one office. How many ways can the three offices be filled?
(b) A teacher needs to choose 4 students from a class of 20 to present their projects in order. How many different presentation orders are possible?
(a) 12 swimmers compete in a race. In how many ways can 1st, 2nd, and 3rd places be assigned (no ties)?
(b) A photographer wants to line up 5 of 10 family members in a row for a portrait. How many different lineups are possible?
r terms, starting at n and shrinking by one each step
Confirm order matters.
(a) Gold vs silver vs bronze — yes, distinguishable. (b) Monday vs Tuesday vs Wednesday — yes, distinguishable. Both are permutations.
(a) Medals: P(50, 3).
50 choices for gold, 49 remaining for silver, 48 remaining for bronze:
(b) City schedule: P(15, 3).
15 cities for Monday, 14 left for Tuesday, 13 left for Wednesday:
Practice with the class-officer setup.
Three offices, 25 students.
Five-member lineup from 10.
You've walked through the whole problem.
That's the move. ALEKS will give you a different version with different numbers — but the steps are the same.