document.write( "Question 1083525: the number of ways 5 workers could be selected from 100 workers for an early lunch would be computed
\n" );
document.write( "5 to the 100th power
\n" );
document.write( "
\n" );
document.write( "5*100
\n" );
document.write( "
\n" );
document.write( "100!/95!
\n" );
document.write( "
\n" );
document.write( "100!/5!95!
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #697550 by addingup(3677)![]() ![]() You can put this solution on YOUR website! 100 choose 5 or 100C5: \n" ); document.write( "100!/(5!(100-5)!) = 100!/(5!95!) \n" ); document.write( " |