Bunuel wrote:
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
Recall that “at least one” means “one or more.”
Let’s say there are only 1 pen and 2 identical books. The ways to select at least one object are:
1p, 1b ; (1p + 1b), 2b ; (1p + 2b)
We see that there are 5 ways to do this (note: the commas separate the ways to select a certain number of objects and the semicolons separate the number of objects to be selected).
Let’s say there are 2 identical pen and 3 identical books. The ways to select at least one object are:
1p, 1b ; (1p + 1b), 2p, 2b ; (1p + 2b), (2p + 1b), 3b ; (2p + 2b), (1p + 3b) ; (2p + 3b)
We see that there are 11 ways to do this.
Since 5 is 1 less than 6 = 2 x 3 = (1 + 1)(2 + 1) and 11 is 1 less than 12 = 3 x 4 = (2 + 1)(3 + 1). It appears that when there are a identical objects of one sort and b identical objects of another sort, the number of ways to select at least 1 object is (a + 1)(b + 1) - 1.
Therefore, the number of ways to select at least one object from 4 identical pens and 7 identical books is (4 + 1)(7 + 1) - 1 = 40 - 1 = 39.
Answer: C
_________________