edited by
542 views
0 votes
0 votes
#COMB

There are $4$ boys and $6$ prizes are to be distributed among them such that each has at least $1$ prize. How many ways that can be done?

My solution:
$\text{Case 1 : 3 1 1 1}$

$\text{Case 2 : 2 2 1 11}$

 $\text{Case 1 : C(6,3) * 4! = 480}$

 $\text{Case 2 : C(6,2) * C(4,2) * 4!/2! = 1080}$

 $\text{Case 1 + Case 2 =1560}$
 

My doubt is in the second case, am I not considering the prizes to be indistinguishable? I am confused in this regard. Please help me clear this doubt.
edited by

2 Answers

Best answer
1 votes
1 votes

No you are right,this is distinguishable distribution,if case 2 is indistinguishable distribution then you have to  divide (2!×2!) As we can't distinguish between 2,2 and 1,1 so we have to remove those,checc my solution

selected by
0 votes
0 votes
If prizes are distinguishable-

Case 1-

(1,2,2,1)

4C2 * 6C4 * (4!)/2!2! * 2! = 1080

Case 2-

(1,1,1,3)

4C1 * 6C3 * ((3!)/3!) * 3! = 480

so, 1080+480 = 1560

If prizes are indistinguishable-

Case 1-

(1,2,2,1)

We just need to select 2 out of 4 persons who are getting 2 prizes each,cause selecting indistinguishable prizes won't make any sense as all are same hence there is only one-way,so 4C2 * 1 = 6

case 2-

(3,1,1,1)

Similarly, pick 1 person out of 4 who's getting 3 prizes = 4C3 = 4

Hence, 6+4 = 10

Or,you can apply a formula for indistinguishable-items i.e, (n-1)C(r-1) = 5C3 = 10

Related questions

2 votes
2 votes
1 answer
1
Jatin18 asked Jun 11, 2017
1,345 views
The number of ways in which n distinct objects can be put into two identical boxes so that no box remains empty, isa) 2^n - 1b) 2^n - 2c) 2^(n-1) - 1d) None of thesePleas...
0 votes
0 votes
1 answer
2
1 votes
1 votes
1 answer
4
Hattbc asked Feb 17, 2023
505 views
How many 3 digits number are there which are divisible by 3 and repetition of digits NOT allowed.?