document.write( "Question 1140801: Hello!\r
\n" );
document.write( "\n" );
document.write( "I have a problem that I am not sure how to solve, here it is:\r
\n" );
document.write( "\n" );
document.write( "In a card game player get at the start 2 green cards, 3 blue cards, 4 red cards, and 3 yellow cards. In how many ways can the player get cards at the start if this card game has 7 green, 7 blue, 10 red and 10 yellow cards?\r
\n" );
document.write( "\n" );
document.write( "Thanks for helping! \n" );
document.write( "
Algebra.Com's Answer #761313 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! This is 7C2 for green (21) \n" ); document.write( "7C3 for blue (35) \n" ); document.write( "10C4 for red (210) \n" ); document.write( "10C3 for yellow(120) \n" ); document.write( "product of the 4 is answer = 18,522,000 \n" ); document.write( " |