document.write( "Question 261634: A basketball team has 12 players. There are 5 di fferent positions on
\n" ); document.write( "a basketball team. A starting lineup consists of 5 players, each assigned
\n" ); document.write( "to one of the 5 positions. How many di fferent ways can a coach select a
\n" ); document.write( "starting lineup?
\n" ); document.write( "

Algebra.Com's Answer #192774 by edjones(8007)\"\" \"About 
You can put this solution on YOUR website!
nCr=n!/((n-r)!r!) combination of n things taken r at a time.
\n" ); document.write( "=12C5
\n" ); document.write( "=792
\n" ); document.write( ".
\n" ); document.write( "Ed
\n" ); document.write( "
\n" );