document.write( "Question 454587: How many different soccer teams consisting of 11 players can be formed from 18 players? \n" ); document.write( "
Algebra.Com's Answer #312135 by edjones(8007)\"\" \"About 
You can put this solution on YOUR website!
nCr=combinations of n things taken r at a time=n!/((n-r)!*r!)
\n" ); document.write( "18C11
\n" ); document.write( "=31,824 teams
\n" ); document.write( ".
\n" ); document.write( "Ed
\n" ); document.write( "
\n" );