Permutation Math Example 4

Follow the full solution, then compare it with the other examples linked below.

Example 4

medium
A club of 88 students must choose a president, vice president, and secretary. In how many ways can the officers be chosen?

Solution

  1. 1
    The positions are different, so order matters.
  2. 2
    Use permutations: P(8,3)=8!(8โˆ’3)!=8!5!P(8, 3) = \frac{8!}{(8-3)!} = \frac{8!}{5!}.
  3. 3
    Simplify: 8ร—7ร—6=3368 \times 7 \times 6 = 336.

Answer

336336
Officer roles are distinct, so choosing one student for president and another for secretary is a different outcome from swapping them. That is why permutations apply instead of combinations.

About Permutation

A permutation is an ordered arrangement of objects โ€” the number of ways to choose and order rr items from nn distinct items is P(n,r)=n!(nโˆ’r)!P(n,r) = \frac{n!}{(n-r)!}.

Learn more about Permutation โ†’

More Permutation Examples