document.write( "Question 891619: How many ways can you select a committee of five people from a class of 20? \n" ); document.write( "
Algebra.Com's Answer #539909 by super123(3)\"\" \"About 
You can put this solution on YOUR website!
We can select a committee of 5 pupils in a class of 20 in c(20,5)ways that is 20!/(20-5)!*5! =20*19*18*17*16
\n" ); document.write( " ______________ 5*4*3*2*1 =15504 ways
\n" ); document.write( "
\n" );