Bunuel
There are 4 fiction books and 6 non-fiction books in a reading list. 3 of the non-fiction are biographies. Each person is required to select 3 books from the list. What is the probability that at least one fiction book, and at most one biography are selected?
A. 1/5
B. 4/15
C. 1/3
D. 2/3
E. 11/15
Solution:
The number of ways 3 books can be selected from a total of 10 books is 10C3 = (10 x 9 x 8)/(3 x 2) = 720/6 = 120.
The following are the possible options we can have with restrictions being that at least one fiction book and at most one biography among the 3 chosen books:
1) exactly 1 fiction book and 2 non-fiction books with no biography,
2) exactly 1 fiction book and 2 non-fiction books with 1 biography,
3) exactly 2 fiction books and 1 non-fiction book with no biography,
4) exactly 2 fiction books and 1 non-fiction books with 1 biography,
5) all 3 fiction books.
The number of ways for each of the 5 options above is:
1) 4C1 x 3C2 x 3C0 = 4 x 3 x 1 = 12
2) 4C1 x 3C1 x 3C1 = 4 x 3 x 3 = 36
3) 4C2 x 3C1 x 3C0 = 6 x 3 x 1 = 18
4) 4C2 x 3C0 x 3C1 = 6 x 1 x 3 = 18
5) 4C3 = 4
Therefore, the desired probability is (12 + 36 + 18 + 18 + 4)/120 = 88/120 = 11/15.
Answer: E