document.write( "Question 778532: A person has 12 friends of whom 8 are relatives .In how many ways can he invite 7 guests such that 5 of them are relatives? Please kindly give me ur solution.
\n" );
document.write( "Thank you \n" );
document.write( "
Algebra.Com's Answer #474777 by psbhowmick(878)![]() ![]() You can put this solution on YOUR website! Out of 12 friends 8 are relatives. \n" ); document.write( "So there are 8 relatives and 4 just friends.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "No. of ways in which 5 relatives can be invited is 8C5. \n" ); document.write( "No. of ways in which 2 friends can be invited is 4C2. \n" ); document.write( "The ways in which friends can be invited is associated with that in which relatives can be invited. \n" ); document.write( "So total no. of ways in which 7 guests can be invited such that 5 of them are relatives is 8C5 x 4C2 = 56 x 6 = 336. \n" ); document.write( " |