document.write( "Question 344354: A committee of 3 is to be formed from a group of 20 people. How many different committees are possible? \n" ); document.write( "
Algebra.Com's Answer #246329 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
20 chosen 3 at a time is found by calculating
\n" ); document.write( "20! / [(20-3)!*3!]
\n" ); document.write( "which works out to
\n" ); document.write( "(20*19*18) / (3*2*1) =
\n" ); document.write( "1140
\n" ); document.write( "
\n" );