document.write( "Question 420900: How many 4 person committees are possible from a group of 12 people
\n" );
document.write( "a. there are no restrictions
\n" );
document.write( "b. both jim and mary must be on the committee
\n" );
document.write( "c. either jim or mary (not both) must be on the committee \n" );
document.write( "
Algebra.Com's Answer #294011 by sudhanshu_kmr(1152)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "a. there are no restrictions\r \n" ); document.write( "\n" ); document.write( "no. of ways = 12C4 = 495\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "b. both jim and mary must be on the committee\r \n" ); document.write( "\n" ); document.write( "no.of ways = 10C2 = 45\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "c. either jim or mary (not both) must be on the committee\r \n" ); document.write( "\n" ); document.write( "no. of ways when jim on the committee but mary not = 10C3 = 120\r \n" ); document.write( "\n" ); document.write( "no. of ways when mary on the committe but jim not = 10C3 = 120\r \n" ); document.write( "\n" ); document.write( "total ways = 120+120 = 240\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |