document.write( "Question 634812: Find the number of ways by which a president’s wife can invite at least two from 8 cabinet members’ wives to a tea party. \n" ); document.write( "
Algebra.Com's Answer #399928 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "ways by which a president’s wife can invite at least two from 8 cabinet members’ wives to a tea party.
\n" ); document.write( " 8C2 + 8C3 + 8C4 + 8C5 + 8C6 + 8C7 + 8C8
\n" ); document.write( " 28 + 56 + 70 + 56 + 28 + 8 + 1 \n" ); document.write( "
\n" );