Bunuel
There are 4 identical pens and 7 identical books. In how many ways can a person select at least one object from this set?
A. 11
B. 12
C. 39
D. (2^4 - 1)(2^7 -1)
E. 2^11 - 1
Take the task of selecting items break it into
stages.
Stage 1: Decide how many identical pens to select
We can chose 0, 1, 2, 3 or 4 pens
So, we can complete stage 1 in
5 ways
Stage 2: Decide how many identical books to select
We can chose 0, 1, 2, 3, 4, 5, 6, or 7 books
So, we can complete stage 2 in
8 ways
By the Fundamental Counting Principle (FCP), we can complete the 2 stages (and thus make our selection) in
(5)(8) ways (= 40 ways)
HOWEVER, our above solution allows us to choose 0 pens in stage 1 and 0 books in stage 2.
This 1 outcome is not allowed, because we're told we must select
at least one object
Since that 1 outcome is not allowed, the total number of outcomes = 40 - 1 = 39
Answer: C
Note: the FCP can be used to solve the MAJORITY of counting questions on the GMAT. So, be sure to learn it.
RELATED VIDEOS