652 views
3 votes
3 votes

In how many ways 10 different books can be distributed among there students A, B and C such that A must be given at least 1 book?

2 Answers

Best answer
3 votes
3 votes
There are $\binom{10}{1}$ ways to select one book for student A. Choosing which book among the remaining is given to student B determines which books go to student C. For student B, we can select 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 of the remaining 9 books. Hence, the number of arrangements in which one book is given to student A are:

$\binom{10}{1} [\binom{9}{0} + \binom{9}{1} + \binom{9}{2} + ...+\binom{9}{9}] = \binom{10}{1}2^{9}$

There are $\binom{10}{2}$ ways to select two of the 10 books to be given to student A. For student B, we can select 0, 1, 2, 3, 4, 5, 6, 7, 8 of the remaining 8 books. Hence, the number of arrangements in which exactly two people are given to student A are:

$\binom{10}{2} [\binom{8}{0} + \binom{8}{1} + \binom{8}{2} + ...+\binom{8}{8}] = \binom{10}{2}2^{8}$

Continuing in this way, we obtain the total number of arrangements as:

$\binom{10}{1}2^{9} + \binom{10}{2}2^{8} + \binom{10}{3}2^{7} + ...\binom{10}{10}2^{0}$

I don't know if there's a way to simplify this expression. This gives the answer 58025. http://ideone.com/rPYmKy
selected by

Related questions

0 votes
0 votes
0 answers
1
0 votes
0 votes
2 answers
2
0 votes
0 votes
1 answer
3
Avik Chowdhury asked Aug 21, 2018
385 views
In how many ways we can wear 4 distinct rings in 3 particular fingers?
0 votes
0 votes
0 answers
4
Ismail asked Apr 13, 2018
429 views
NUMBER OF WAYS IN WHICH CORNER OF THE SQUARE CAN BE COLORED WITH TWO COLORS. (ITS IS PERMISSIBLE TO USE A SINGLE COLOUR ON ALL FOUR CORNER)