document.write( "Question 450112: A deck of cards consists of five yellow cards numbered 1 to 5 and five green cards numbered 1 to 5. How many different six-card hands having four yellow cards and two green cards can be dealt. \n" ); document.write( "
Algebra.Com's Answer #309678 by edjones(8007)![]() ![]() You can put this solution on YOUR website! How many different six-card hands having four yellow cards and two green cards can be dealt. \n" ); document.write( "5C4 * 5C2 \n" ); document.write( "=5*10 \n" ); document.write( "=50 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |