document.write( "Question 843631: committees of US Senators. How many different 5 member committees could be formed from the 100 US senators?\r
\n" );
document.write( "\n" );
document.write( "My work:
\n" );
document.write( "This is combination. \r
\n" );
document.write( "\n" );
document.write( "100C5\r
\n" );
document.write( "\n" );
document.write( " 100!
\n" );
document.write( "-----------
\n" );
document.write( "5! (100-5)!\r
\n" );
document.write( "\n" );
document.write( "I get: 75287520
\n" );
document.write( "Did I do this right? Thanks! \n" );
document.write( "
Algebra.Com's Answer #508273 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( " |