document.write( "Question 927628: We have n colors of paint. How many mixtures of k different colors can we compose? \n" ); document.write( "
Algebra.Com's Answer #563188 by Edwin McCravy(20055)![]() ![]() You can put this solution on YOUR website! ` \n" ); document.write( "n colors, choose k \n" ); document.write( "C(n,k) \n" ); document.write( " |