document.write( "Question 550045: If there are four red, five green and six yellow apples, how many selections of nine apples are possible if three red apples, three green apples and three yellow apples are to be selected? \n" ); document.write( "
Algebra.Com's Answer #358419 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! If there are four red, five green and six yellow apples, how many selections of nine apples are possible if three red apples, three green apples and three yellow apples are to be selected? \n" ); document.write( "------------------------- \n" ); document.write( "# of ways to pick 3 red: 4C3 = 4 \n" ); document.write( "# of ways to pick 3 green: 5C3 = 5C2 = 10 \n" ); document.write( "# of ways to pick 3 yellow: 6C3 = 20 \n" ); document.write( "---- \n" ); document.write( "Total # of selections: 4*10*20 = 800 \n" ); document.write( "========================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |