What is the number of ways in which 20 identical toffees can be distributed among 10 students such that

  1. Every student gets zero or more toffees.
  2. Exactly 4 students get an odd number of toffees.

Use a calculator (an online one if the result is too large) to write only the answer.

3 comments:

  1. Posting on a dying blog.. or is it a dead blog?

    Here's the solution. (n,r) means n C r.

    1st of all choose 4 students who will get an odd number of toffees. Give them 1 toffee each. This can be done in (20,4) ways.

    We are left with 16 toffees. Now, we will give pairs of toffees i.e. either 0, 2, 4. This ensures that no other student (except the 4 lucky boys) gets an odd number of toffees.

    This means that you have to distribute 8 'packets' of toffees (a packet means 2 toffees) among 10 students, where each student can get 0 or more 'packets'. The number of ways for this (8+10-1,10-1).

    So the answer is (10,4)*(17,9).

    ReplyDelete
  2. This comment has been removed by the author.

    ReplyDelete
  3. why u have taken "2 toffees" in packet ,why not '4' in packet??

    ReplyDelete