Solveeit Logo

Question

Question: A student is allowed to select at most n books from a collection of (2n + 1) books. If the total num...

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 a book is 63, the value of n is

A

2

B

3

C

4

D

None

Answer

3

Explanation

Solution

Since the student is allowed to select at the most n books out of (2n + 1) books, therefore he can select, one book, two books or at the most n books. Hence the number of selecting at least one book is

2n+1C1 + 2n+1C2 + … + 2n + 1Cn = S = 63

Again we know that

2n+1C0 + 2n+1C1 + 2n+1C2 + … + 2n+1C2n + 2n+1C2n+1 = 22n+1

Now 2n+1C0 = 2n+1C2n+1 = 1, 2n+1C1 = 2n+1C2n etc.

Hence we have 1 + 1 + 2S = 22n+1

or 2 + 2 . 63 = 22n+1

or 128 = 22n+1 or 27 = 22n+1

\ 2n + 1 = 7

or 2n = 6 \ n = 3.