Iwillget770
Quote:
There are five positions to be filled in a sports committee. For each position there are 3 different candidates recommended, one from each of the three states A,B and C. In how many ways can the five positions be filled such that there are more number of candidates from State B than from any other state?
(Each candidate can be recommended for only one position).
A. 40
B. 50
C. 51
D. 60
E. 61
KushchokhaniMajority should be from B- B can be 3 or 4 or 5
Note that order is not important here. Just selection is reqd.
Case 1: BBBAA=\(\frac{5!}{3!2!}\)=10
Case 2: BBBCC=\(\frac{5!}{3!2!}\)=10
Case 3: BBBAC=\(\frac{5!}{3!}\)=20
Case 4: BBBBA=\(\frac{5!}{4!}\)=5
Case 5: BBBBC=\(\frac{5!}{4!}\)=5
Case 6: BBBBB=\(\frac{5!}{5!}\)=1
Adding above 6 cases, total cases = 51. Hence, answer is C.
Why are you dividing by 3! and 2! in every case.
The question says that all the candidates are different for every position.
Say for CASE 1: Candidate B for 1st position is different from that of position 2 and 3.
Similarly for A and C
Regards
KarishmaB: - Need your guidance
| Position 1 | Position 2 | Position 3 | Position 4 | Position 5 |
| (A, B, C) | (A, B, C) | (A, B, C) | (A, B, C) | (A, B, C) |
We have 5 positions to be filled, and for each position, there are candidates from the three states A, B, and C as shown above.
If we consider one possible case where four candidates from state B and one candidate from state A take the positions, then this can happen in the following 5 ways:
BBBBA
BBBAB
BBABB
BABBB
ABBBB
Hence, we should consider all the permutations of the 5 letters in "BBBBA", which is 5!/4!, to account for all the ways for this particular case. Similar logic applies to other cases.
Hope it's clear.