Problem on Permutation- Combination

This topic has expert replies
User avatar
Master | Next Rank: 500 Posts
Posts: 229
Joined: Tue Jan 13, 2009 6:56 am
Thanked: 8 times
GMAT Score:700

Problem on Permutation- Combination

by Uri » Tue Feb 03, 2009 8:15 am
There are 20 different objects to be given to 5 students. How many ways can the distribution be arranged if
(a) each student gets exactly 4 objects?
(b) if any student can get any number of object (including zero)?


Sorry to say that I don't have the official answers as I got this from an online document, without any answer. Can you please explain the approach needed to tackle this type of problem? I am more interested in the approach than the exact answer., although an answer is always welcome :)
Source: — Problem Solving |

Junior | Next Rank: 30 Posts
Posts: 28
Joined: Sun Feb 01, 2009 10:40 am
Location: Toronto

by dimonya » Tue Feb 03, 2009 1:29 pm
look at every student separately

first student we can choose 4 object from 20 so 20C4

second student we only have 16 objects left so 16C4

and so on

final answer being 20C4*16C4*12C4*8C4*1

The line of thought for B is as follows:

if any number can be distributed => all of numbers can be chosen from the set. not you are not dealing with only one distribution but many hence sum applies in a manner of :

20C0+20C1+20C2+20C3+20C4.......


of course you know we have symmetry here (20C1=20C19 and 20C2=20C18 and so on)

this will save you some crunching

Senior | Next Rank: 100 Posts
Posts: 73
Joined: Wed Jan 28, 2009 9:00 am
Thanked: 6 times
GMAT Score:680

by Alara533 » Tue Feb 03, 2009 4:09 pm
For (a), the answer given by dimonya looks correct. But for (b) am not sure.

There are some formula you can remember.

1) No of way in which 'n' distinct objects can be distributed over 'k' bins in any order = k^n

2) The no of ways in which 'n' distinct object can be distirbuted over 'k' bins such that all bins contain equal number of objects is n! / [(n/k)!^k]

3)The no of ways in which 'n' "identical" object can be distributed over 'k' bins in any order is = C[(n+k-1),(k-1)]

The difference between 1 and 3 are that, in 1 objects are not identical.

Now for question (a), we use the 2nd formula

Here n=20, k = 5 and n/k = 20/5 = 4

So we have the no of ways as = (20!)/[(4!)^5].

For (b) we need to use the 1st formula.

Here n=20 and k=5, so we have 5^20.

Its difficult to explain the way these formula are derived. You may want to check this document if you really want to know (https://books.google.com/books?id=qCBPSN ... t#PPA45,M1) Page 45 - 55