Question
Question: A student is allowed to select at most n books from a collection of (2n+1) books. If the total numbe...
A student is allowed to select at most n books from a collection of (2n+1) books. If the total number of ways in which he can select at least one book is 63, find the value of n.
A. 1
B. 2
C. 3
D. 4
Solution
Hint: In this question we use the theory of permutation and combination. Selecting at least one book means he can select 1 book , 2 books ,........or 2n+1 books. So, write the formula for selecting each of the number of books separately and add them to get 63.
Complete step-by-step answer:
So, before solving this question you need to first recall the basics of this chapter. For example, if we need to select two numbers out of four numbers. In this case, This can be done in4C2 =6 ways.
Since the student is allowed to select at the most n-books out of (2n + 1) books,
Therefore, he can choose one book, two books or at the most n books.
And the number of ways of selecting at least one book are S (we say).
As we earlier mentioned,
2n + 1C1+2n + 1C2+......+2n + 1Cn=63 =S(Say)
Again, we know that:
2n + 1C0+2n + 1C1+2n + 1C2+......+2n + 1Cn+...+2n + 1C2n + 1=22n + 1
Now,
2n + 1C0=2n + 1C2n+1=1
And 2n + 1C1=2n + 1C2n and so on
Hence, we have
1 + 1 + 2S = 22n + 1
⇒ 2 + 2 x 63 = 22n + 1
⇒ 128 = 22n + 1 or 27 = 22n + 1
⇒ 22n + 1 = 7
⇒ 2n = 6
⇒ n = 3
Therefore, the value of n is 3.
And so, option (C) is correct.
Note: In this question, we have to do selection. So, we will use the concept of combination not permutation. We need to remember this formula for selecting r things out of n.
nCr = [r!(n - r)!]n!
For example, if we want to choose 1 book out of 3 books. This can be done in 3C1 =3 ways.