document.write( "Question 450455: seven cards are drawn from a deck of cards. in how many ways can 4 of one suit and 3 of another suit be drawn? \n" ); document.write( "
Algebra.Com's Answer #309862 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
seven cards are drawn from a deck of cards. in how many ways can 4 of one suit and 3 of another suit be drawn?
\n" ); document.write( "----
\n" ); document.write( "Pick a suit: 4 ways
\n" ); document.write( "Pick 4 cards of that suit: 13C4
\n" ); document.write( "Pick another suit: 3 ways
\n" ); document.write( "Pick 3 cards of that suit: 13C3
\n" ); document.write( "----
\n" ); document.write( "Total number of hands = 4*13C4*3*13C3 = 2,453,880
\n" ); document.write( "=============
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );