document.write( "Question 1152218: How many different basketball teams can be formed from a squad of 12 men if only 2 of the men can play center and these two can play in no other position? \n" ); document.write( "
Algebra.Com's Answer #774342 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
2 ways to choose the center, and 10 left, from whom one can choose the other 4 players.
\n" ); document.write( "so it is 2*10C4
\n" ); document.write( "=2*210=420
\n" ); document.write( "
\n" );