document.write( "Question 629091: Can you exlplain solution for this problem: In how many ways can you select nine marbles from a bag of twelve, where three are red, three blue, three white, and three green? \n" ); document.write( "
Algebra.Com's Answer #396066 by stanbon(75887) ![]() You can put this solution on YOUR website! In how many ways can you select nine marbles from a bag of twelve, where three are red, three blue, three white, and three green? \n" ); document.write( "---- \n" ); document.write( "It doesn't matter what their color is. \n" ); document.write( "Ans: 12C9 = 12C3 = (12*11*10)/(1*2*3) = 220 \n" ); document.write( "============= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=========== \n" ); document.write( " |