Question
Question: A Student is allowed to select at most, n book from a collection of (2n+1) books. If the total numbe...
A Student is allowed to select at most, n book from a collection of (2n+1) books. If the total number of ways in which he can select a book is 63, then n Is equal
A. 3 B. 4 C. 5 D. 6
Solution
In order to solve this problem we have to first assume that the number of ways of selecting at least one book be S. Using properties of Binomial Expansion like nCr=nCn−r we resolve questions into some forms and then solve them.
Complete step-by-step answer :
Since a student is allowed to select at most n books from a combination of (2n+1) books. Therefore, he can choose one book, two books or at most n books.
The number of ways of selecting at least one book is
⇒ 2n+1C1+2n+1C2+..............+2n+1Cn=63
Let above is equal to S, then
⇒S = 2n+1C1+2n+1C2+..............+2n+1Cn=63 eq.1
From Binomial expansion, we know that
(1+x)n=nC0+nC1x1+...........+nCnxn
on putting x = 1 in given equation we get
2n=nC0+nC1+⋯⋯+nCn eq.2
Similarly from binomial expansion for given question is result into
⇒2n+1C0+2n+1C1+..........+2n+1C2n+1=22n+1 Eq.3
Now , from the properties of binomial expansion
⇒2n+1Cr=2n+1C2n+1−r ( r is items taken at that time )
On putting r = 0 , we get,
2n+1C0=2n+1C2n+1=1
Now, we can rewrite eq.3 as
⇒1+2n+1C1+............+2n+1Cn+1=22n+1
Using eq.1 we can rewrite above equation as
⇒1+2S + 1 = 22n+1
On further solving we get,
⇒2+2S = 22n+1
Since S = 63 then
⇒2+2×63=22n+1
⇒128=22n+1
⇒27=22n+1 ⇒7=2n+1 ⇒n=3
Hence, option A is correct.
Note :
Whenever you get this type of question the key concept of solving is you have to convert question language into Permutation and Combination formulas and then using properties like summation of binomial coefficient and binomial expansion should be remembered to solve this type of questions.