a man has 7 relatives ,4 of them are ladies and 3 gentleman ,his wife also has 7 relatives ,3 of them are ladies and 4 gentleman .the number of ways in which they can invite a dinner party of 3 ladies and 3 gentlemen so that there are 3 of the man's relative and 3 of the wifes relative is?
@ganeshie8
@ParthKohli
now you count each of the 4 cases individually
7C3 * 7C3 is total ways to get 3 from man and womans side out of these total ways how many with 3 women and 3 men
7C0women 7C1womn 7C2Woman u wanna remove these cases
(7C3)^2-7C0-7C1-7C2
1196?
lets call the original man A , and his wife B There are 4 cases Let w = woman, m = male if A gets 3 w relatives B must get 3 m relatives this is 4C3 * 4C3 if A gets 2 w , 1m B gets 2m, 1 w this is (4C2*3C1)*(4C2 * 3C1) if A gets 1 w , 2 m B gets 1m, 2w this is (4C1*3C2)*(4C1*3C2) if A gets 3 m B gets 3 w this is (3C3) *(3C3)
answer is 485
oh i know okay
yes my method works
4C3 * 4C3 + (4C2*3C1)*(4C2 * 3C1) + (4C1*3C2)*(4C1*3C2) + (3C3) *(3C3) = 485
perl is right i think
do you see how i got those numbers?
how?
|dw:1418478241628:dw|
let A = original husband, B = original wife
\(\sum_{i=0}^3 (^4_i)(^3_{3-i})(^3_i)(^4_{3-i})=485\)
you need there to be 3 relatives from A, and relatives from B , under the constraint that there are 3 women and 3 men. and so i went through the 4 cases. for example the first case if A gets 3 w relatives B must get 3 m relatives A has 4 women to choose from, and you pick 3 women. B has 4 men to choose from, and you pick 3 men. So this gives us , by multiplication rule 4C3 * 4C3
dan;s way is cool as well. he first overcounted then subtracted
thanks a lot.
hey why did you delete your work @dan815 I was studying it :)
mathmates solution makes a nice sum expression for this
|dw:1418478552809:dw|
Join our real-time social learning platform and learn together with your friends!