Solution
Given:• A group contain 9 players.
• Jane and Sue are 2 such players in the group.
To find: • The number of ways in which the teacher can select a team of 5 players from the 9 players in the group.
Approach and Working out: • The only constraint given in the question is that the team either consists both Jane and Sue, or, consist none of them.
o Thus, it is better to solve the sum keeping the two conditions in mind.
Case 1: When both Jane and Sue are in the team. In this case, two out of the five players are already in the team.
Thus, we need to select 3 more players.
The total number of players from which we can select 3 = 9 -2(Jane and Sue) = 7
Ways to select 3 players from 7 players = \(^7c_3\).
Case 2: When neither Jane nor Sue is in the team. In this case, we need to select 5 players from 7 players. (Because we cannot consider Jane and Sue in the team)
Ways to select 5 players from 7 players = \(^7c_5\)
Since both the above cases can be true, we will add them to get the final answer.
Ways to choose the team = \(^7c_3\) + \(^7c_5\) = 56
Hence, the
correct answer is option C.