document.write( "Question 1135860: A man has 7 relative.Four of them are ladies and 3 gentleman;his wife also has 7 relatives.Three of them are ladies and 4 gentlemen.IN how many ways can they invite 3 ladies and 3 gentlmen for a dinner party so that there are 3 of the mans relatives and 3 of the wifes relatives? \n" ); document.write( "
Algebra.Com's Answer #753564 by VFBundy(438)\"\" \"About 
You can put this solution on YOUR website!
Different combinations where you can choose three of the husband's relatives and three of the wife's relatives:
\n" ); document.write( "
\n" ); document.write( "HUSBAND..............WIFE:
\n" ); document.write( "3 men.........................3 women
\n" ); document.write( "2 men/1 woman........1 man/2 women
\n" ); document.write( "1 man/2 women........2 men/1 woman
\n" ); document.write( "3 women....................3 men
\n" ); document.write( "
\n" ); document.write( "Here are the number of ways you can choose each combination:
\n" ); document.write( "
\n" ); document.write( "HUSBAND..............WIFE:
\n" ); document.write( "3 men.........................3 women = (3C3) * (3C3) = (1) * (1) = 1
\n" ); document.write( "
\n" ); document.write( "HUSBAND..............WIFE:
\n" ); document.write( "2 men/1 woman........1 man/2 women = (3C2 * 4C1) * (4C1 * 3C2) = (3 * 4) * (4 * 3) = (12) * (12) = 144
\n" ); document.write( "
\n" ); document.write( "HUSBAND..............WIFE:
\n" ); document.write( "1 man/2 women........2 men/1 woman = (3C1 * 4C2) * (4C2 * 3C1) = (3 * 6) * (6 * 3) = (18) * (18) = 324
\n" ); document.write( "
\n" ); document.write( "HUSBAND..............WIFE:
\n" ); document.write( "3 women....................3 men = (4C3) * (4C3) = (4) * (4) = 16
\n" ); document.write( "
\n" ); document.write( "Add all these together:
\n" ); document.write( "1 + 144 + 324 + 16 = 485
\n" ); document.write( "
\n" ); document.write( "There are 485 different ways the couple can invite three men and three women to a dinner party so that three of the people are relatives of the husband and three of the people are relatives of the wife.
\n" ); document.write( "
\n" );