document.write( "Question 1201444: This exercise refers to a standard deck of playing cards. Assume that 6 cards are randomly chosen from the deck.\r
\n" ); document.write( "\n" ); document.write( "How many hands contain exactly two 4s and two 7s?
\n" ); document.write( "

Algebra.Com's Answer #835911 by Edwin McCravy(20060)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "There are 4 4s, 4 7s, and 52-4-4 = 44 cards that are neither 4s nor 7s.\r\n" );
document.write( "\r\n" );
document.write( "Choose the 2 4s C(4,2) = 6 ways.\r\n" );
document.write( "Choose the 2 7s C(4,2) = 6 ways.\r\n" );
document.write( "Choose the 2 cards that are neither 4s nor 7s C(44,2) = 946 ways\r\n" );
document.write( "\r\n" );
document.write( "That's (6)(6)(946) = 34056 hands\r\n" );
document.write( "\r\n" );
document.write( "Edwin

\n" ); document.write( "
\n" ); document.write( "
\n" );