document.write( "Question 1135364: a person has 12 friend of whom 8 are relative.in how many ways can he invit 7 friends such that at least 5 of them may be relatives? \n" ); document.write( "
Algebra.Com's Answer #753044 by greenestamps(13200)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "(1) 5 relatives and 2 others: (8 choose 5) times (4 choose 2) -- C(8,5)*C(4,2)

\n" ); document.write( "or

\n" ); document.write( "(2) 6 relatives and 1 other: (8 choose 6) times (4 choose 1) -- C(8,6)*C(4,1)

\n" ); document.write( "or

\n" ); document.write( "(3) 7 relatives and 0 others: (8 choose 7) times (4 choose 0) -- C(8,7)*C(4,0)

\n" ); document.write( "Add the three numbers.
\n" ); document.write( "
\n" );