In how many ways can a cricket team of eleven players be chosen out of a batch…
2023
In how many ways can a cricket team of eleven players be chosen out of a batch of 15 players?
- A.
1335.0
- B.
1355.0
- C.
1365.0
- D.
1366.0
Attempted by 1 students.
Show answer & explanation
Correct answer: C
Concept: When selecting r items from n items where the order of selection does not matter, the number of ways is given by the combination formula: nCr = n! / (r! × (n − r)!).
Here, n = 15 (total players) and r = 11 (players to be chosen for the team).
Since choosing 11 players to include is the same as choosing 15 − 11 = 4 players to leave out, 15C11 = 15C4 (using the symmetry nCr = nC(n−r)).
15C4 = (15 × 14 × 13 × 12) / (4 × 3 × 2 × 1).
Numerator: 15 × 14 × 13 × 12 = 32760.
Denominator: 4! = 24.
32760 / 24 = 1365.
Cross-check: Computing 15C11 directly via 15! / (11! × 4!) reduces to the same 15 × 14 × 13 × 12 / 4! expression, since the 11! in the denominator cancels with the corresponding descending terms of 15!, confirming the result independently.
So the cricket team of 11 players can be chosen from 15 players in 1365 ways.