document.write( "Question 538603: you are dealt 3 cards from a shuffled deck of 52 cards, find the probability that all 3 cards are queens \n" ); document.write( "
Algebra.Com's Answer #353218 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
you are dealt 3 cards from a shuffled deck of 52 cards, find the probability that all 3 cards are queens
\n" ); document.write( "----
\n" ); document.write( "# of ways to succeed: 4C3 = 4
\n" ); document.write( "---
\n" ); document.write( "# of random results: 52C3
\n" ); document.write( "---
\n" ); document.write( "P(3 queens) = 4/52C3 = 4/22100 = 0.000181
\n" ); document.write( "============================================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "=============
\n" ); document.write( "
\n" );