document.write( "Question 1194336: How many different teams of 9 baseball players can be chosen from 3 who play only as pitchers, 2 who play only as catchers, and 12 who play in any position other than pitcher or catcher? \n" ); document.write( "
Algebra.Com's Answer #826794 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
This is 3*2*17C12, three ways to choose a pitcher and for each of those, 2 ways to choose a catcher, and 12C7 ways to choose the others,
\n" ); document.write( "3*2*792=4752 ways,
\n" ); document.write( "
\n" );