document.write( "Question 460530: Suppose you draw 5 cards froma standard 52-card deck \r
\n" );
document.write( "\n" );
document.write( "What is the probability that you draw 4 cards from one suit and one from another?\r
\n" );
document.write( "\n" );
document.write( "What is the probability of drawing exactly one pair? \n" );
document.write( "
Algebra.Com's Answer #315872 by edjones(8007)![]() ![]() You can put this solution on YOUR website! a) \n" ); document.write( "(13C4*39C1*4)/52C5 four because there are 4 different suits. \n" ); document.write( "=111540/2598960 \n" ); document.write( "=.0429 \n" ); document.write( ". \n" ); document.write( "b) \n" ); document.write( "4C2*13*12C3*(4)^3/52C5 any one of the 13 ranks and 2 of 4 suits the remaining 3 cards can have any of the 12 remaining ranks and any of the 4 suits. \n" ); document.write( "=1098240/2598960 \n" ); document.write( "=.4226 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " \n" ); document.write( " |