document.write( "Question 252360: A woman has nine close friends. In how many ways can she invite exactly six of these friends to dinner, under the condition that two of her friends are not speaking and will not attend together?\r
\n" );
document.write( "\n" );
document.write( "a. 42 b. 49 c. 63 d. 72 e. 82 \n" );
document.write( "
Algebra.Com's Answer #184212 by palanisamy(496)![]() ![]() ![]() You can put this solution on YOUR website! A woman has 9 friends. \n" ); document.write( "Two of them do not talk to each other and will not attend the party together. \n" ); document.write( "Let us call them as A and B. \n" ); document.write( "Out of 9 friends 6 has to be selected for the dinner with the condition that if A is selected then B is not selected and if B is selected then A is not selected. \n" ); document.write( "First we will include A and exclude B. \n" ); document.write( "After selecting A, we have to select 5 from the remaing 7( exclude B) in 7C5 ways. \n" ); document.write( "Similarly,After selecting B, we have to select 5 from the remaing 7( exclude A) in 7C5 ways. \n" ); document.write( "Therefore total number of ways = 7C5 +7C5 \n" ); document.write( " = 2x7C5 \n" ); document.write( " = (2x7x6)/1x2 \n" ); document.write( " =42 ways \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |