document.write( "Question 897004: There are 8 senators and 7 representatives. How many ways can a comittie of 6 be formed from the full committee if 5 of the members must be senators.\r
\n" );
document.write( "\n" );
document.write( "b. How many ways can a subcomittee of 6 be formed if at least 5 of the members must be senators? \n" );
document.write( "
Algebra.Com's Answer #543936 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! There are 8 senators and 7 representatives. \n" ); document.write( "How many ways can a comittie of 6 be formed from the full committee if 5 of the members must be senators. \n" ); document.write( "# of ways to succeed: 8C5*7= 56*7 = 392 \n" ); document.write( "# of random set of 6:::15C = 5005 \n" ); document.write( "P(condition) = 392/5005 \n" ); document.write( "------------------------------------- \n" ); document.write( " b. How many ways can a subcomittee of 6 be formed if at least 5 of the members must be senators? \n" ); document.write( "# of ways to succeed:: 8C5*7 + 8C6 = 56*7 +28 = 420 \n" ); document.write( "P(condition) = 420/5005 \n" ); document.write( "============================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |