hogann
9 basketball players are trying out to be on a newly formed basketball team. Of these players, 5 will be chosen for the team. If 6 of the players are guards and 3 of the players are forwards, how many different teams of 3 guards and 2 forwards can be chosen?
A. 23
B. 30
C. 42
D. 60
E. 126
Take the task of creating a team and break it into
stages.
Stage 1: Select 3 guards from the 6 eligible guards
Since the order in which we select the guards does not matter, we can use combinations.
We can select 3 guards from the 6 eligible guards in 6C3 ways (= 20 ways)
So, we can complete stage 1 in
20 ways
ASIDE: We have a video on calculating combinations (like 6C3) in your head (see below)Stage 2: Select 2 forwards from the 3 eligible forwards
Since the order in which we select the forwards does not matter, we can use combinations.
We can select 2 forwards from the 3 eligible forwards in 3C2 ways (= 3 ways)
So, we can complete stage 2 in
3 ways
By the Fundamental Counting Principle (FCP), we can complete the two stages (and thus create a basketball team) in
(20)(3) ways (= 60 ways)
Answer: D
Note: the FCP can be used to solve the
MAJORITY of counting questions on the GMAT. So, be sure to learn it.
RELATED VIDEOS