in Combinatory
602 views
2 votes
2 votes
No of ways to distribute 6 different gifts to 2 student from total 4 student ?

my approach ... distinct to distinct ... am getting 378 , given ans is 384 ... they permuted ..is this correct  ...?
in Combinatory
by
602 views

4 Comments

I am not getting your approach. But you can do like this-

Selecting 2 students out of 4 which is C(4,2) and then distribute among them 6 different gift.

Now for this distribution, you can use the Binomial theorem that is (a+b)6  which will give 64. Total there are 384 ways.

0
0
permuted because each gift is unique so its not like any two gift since every pair of gift is unique .
0
0
ok thanks ... i have to check my solution again ..
0
0

1 Answer

4 votes
4 votes
Best answer

First select 2 student from 4 students that would be 4C2 = 6 pairs

this distribution is Distinct to Distinct , we can see as function from object {A} to students {B}

Total no of function from A-->B = |B||A|

                                                            =2^6

total no. of student pairs are 6, every pair has 2^6 ways

hence , total no of distribution = 6*2^6

selected by
Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true