Question

Difficulty: EasyPermutations

In how many different ways can a chairperson and a secretary be selected from a committee of 55 members?

  1. A
    1010
  2. 2020Answer
  3. C
    2525
  4. D
    120120

Answer

The number of ways to select a chairperson and a secretary from 55 members is 2020.
Selecting 22 individuals for distinct positions (chairperson and secretary) from 55 candidates is an ordered selection problem. The number of ways is given by the permutation formula 5P2=5×4=20_5P_2 = 5 \times 4 = 20.

Step-by-Step Solution

1
Identify whether order matters
Order matters because the roles of chairperson and secretary are distinct.
When distinct roles are assigned, the arrangement is a permutation rather than a combination.
2
Apply the permutation formula nPr=n!(nr)!_nP_r = \frac{n!}{(n-r)!} for n=5n=5 and r=2r=2
5P2=5!(52)!=5!3!=5×4=20_5P_2 = \frac{5!}{(5-2)!} = \frac{5!}{3!} = 5 \times 4 = 20
There are 55 choices for chairperson and 44 remaining choices for secretary.

Key Concept

Permutation of nn distinct items taken rr at a time
Estimated Time:45s
Rate this question