document.write( "Question 277527: Four cards are drawn from a standard deck of playing cards without replacement. What is the probability that none of them are 9's? \n" ); document.write( "
Algebra.Com's Answer #202046 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
Four cards are drawn from a standard deck of playing cards without replacement. What is the probability that none of them are 9's?
\n" ); document.write( "---------------------------------
\n" ); document.write( "# of ways to not get 9's = 48C4
\n" ); document.write( "# of possible outcomes = 52C4
\n" ); document.write( "------------------------------------
\n" ); document.write( "P(no 9 in 4 draws) = 194580/270725 = 0.7187..
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );