Bunuel
There are 100 different books in a shelf. Number of ways in which 3 books can be selected so that no two of which are adjacent is
(A) 100C3 – 98
(B) 97C3
(C) 98C3
(D) 96C3
(D) 95C3
Solution:We can solve this problem by using a much smaller number for the total number of books on the shelf. For example, if there are only a total of 5 books on the shelf, say, A, B, C, D, and E (and assuming the books are on the shelf in that order), then there is only 1 way to choose the 3 books such that no two of them are (originally) adjacent (to each other): A-C-E.
If there are only a total of 6 books on the shelf, say, A, B, C, D, E, and F (and assuming the books are on the shelf in that order), then there are 4 ways to choose the 3 books such that no two of them are (originally) adjacent (to each other): A-C-E, A-C-F, A-D-F, and B-D-F.
So let’s say n is the total number of books on the shelf. Using these two rather easy examples, we see that when n = 5, the total number of ways to choose three books without any two of them being adjacent is 1, which is 3C3, or (5 - 2)C3, and when n = 6, that total is 4, which is 4C3, or (6 - 2)C3. Therefore, when n = 100, the total will be (100 - 2)C3 = 98C3.
Answer: C