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 255, then n is
A
3
B
4
C
5
D
8
Answer
4
Explanation
Solution
2n+1C1+2n+1C2+...+2n+1Cn=255
⇒ 2n+1C0+2n+1C1+...+2n+1Cn=256
⇒ 222n+1=256⇒n=4