A student is allowed to select at the most n books from a collection of (2n+1) books.
If the total number of ways in which he can select the books is 63, find the value of n.
Given, a student selects at the most n books from a collection of (2n+1) books.
It means that he selects one book or two books or three books or ... or n books. Hence, by the given hypothesis
2n+1C1+2n+1C2+2n+1C3+...+2n+1Cn=63
But we know that
2n+1C0+2n+1C1+2n+1C2+2n+1C3+...+2n+1C2n+1=22n+1
Now,
2n+1C0=2n+1C2n+1=1
2n+1C1=2n+1C2n
⇒2+2(2n+1C1+2n+1C2+2n+1C3+...+2n+1Cn)=22n+1
⇒2+2.63=22n+1
⇒1+63=22n
⇒64=22n
⇒26=22n
⇒2n=6
∴n=3