Permutation Math Example 1

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

Example 1

easy
In how many ways can 33 students be arranged in a line from a group of 77?

Solution

  1. 1
    Recall the permutation formula for ordered selections: P(n,r)=n!(nโˆ’r)!P(n, r) = \frac{n!}{(n-r)!}, where n=7n = 7 and r=3r = 3.
  2. 2
    Expand the factorial ratio: P(7,3)=7!(7โˆ’3)!=7!4!=7ร—6ร—5P(7, 3) = \frac{7!}{(7-3)!} = \frac{7!}{4!} = 7 \times 6 \times 5
  3. 3
    Calculate the product: 7ร—6ร—5=2107 \times 6 \times 5 = 210

Answer

P(7,3)=210P(7,3) = 210
Permutations count ordered arrangements. Since the order in a line matters (ABC differs from BAC), we use permutations rather than 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