Permutations and Combinations: Question 4
Syllabus 5.2
A university robotics lab has senior researchers and junior researchers. A demonstration team of people is to be selected from these researchers.
(a) Find the number of different teams that can be selected if there is no restriction on the number of senior or junior researchers chosen. [1]
(b) Find the number of different teams that can be selected if the team must include exactly junior researchers (and therefore senior researchers). [3]
(c) Find the number of different teams that can be selected if the team must include at least senior researchers. [4]
Show worked solution Hide worked solution
Worked solution
Part (a): No restriction
A team of is selected from researchers, and the order in which they are chosen doesn’t matter. This is a combination:
Check (Pascal-style build-up): , consistent with the standard value of .
Part (b): Exactly 2 junior researchers (and 4 senior researchers)
Choose of the junior researchers, and independently choose of the senior researchers. By the multiplication principle:
Check: and , so , confirming the result.
Part (c): At least 4 senior researchers (casework)
Since the team has exactly people chosen from seniors and juniors, “at least senior” splits into three cases, according to how many seniors are on the team:
Case 1: senior, junior
Case 2: senior, junior
Case 3: senior, junior
Adding the cases (they can’t overlap, since a team has one definite number of seniors):
Check (complement): the complement of “at least senior” is “at most senior”, i.e. , or seniors (senior is impossible here, since that would need juniors but only exist):
- senior, junior:
- senior, junior:
- senior, junior:
Complement total: . Since every team has either “at least senior” or “at most senior” (and not both), these two totals should add to the grand total from part (a): This matches part (a) exactly, confirming .
Final answers
- (a) No restriction
- (b) Exactly junior (and senior)
- (c) At least senior