document.write( "Question 667053: three cards are drawn from a standard 52 card deck with replacement. What is the probability that at most 2 of the cards are diamonds? \n" ); document.write( "
Algebra.Com's Answer #414783 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
three cards are drawn from a standard 52 card deck with replacement. What is the probability that at most 2 of the cards are diamonds?
\n" ); document.write( "--------------------------------
\n" ); document.write( "Binomial Problem with n=3 and p(diamond) = 1/4
\n" ); document.write( "----
\n" ); document.write( "P(0<= x <=2) = 1 - P(x =3) = 1 - (1/4)^3 = 1 - 64 = 63/64
\n" ); document.write( "------------------------------------------------------------
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "===============
\n" ); document.write( "
\n" );