document.write( "Question 635066: From 4 red, 5 green, and 6 black ball pens, how many selection of 9 ball pens are possible if 3 of each color are to be selected? \n" ); document.write( "
Algebra.Com's Answer #400091 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "From 4 red, 5 green, and 6 black ball pens,
\n" ); document.write( "3 from each color selected
\n" ); document.write( " \"4C3%2A5C3%2A6C3+=+4%2A10+%2A20+\" ways of selecting the nine pens
\n" ); document.write( "nCx = \"n%21%2F%28x%21%28n-x%29%21%29\" \n" ); document.write( "
\n" );