document.write( "Question 951825: If you are dealt 3 cards from a 52 card deck, find the probability that all 3 cards are queens \n" ); document.write( "
Algebra.Com's Answer #581295 by andora(7)![]() ![]() ![]() You can put this solution on YOUR website! THE ANSWER IS VERY SIMPLE \n" ); document.write( "the number of queens is 4 so the probability is 4/52 that you'll get a queen and 48/52 that you won't \n" ); document.write( "and then \n" ); document.write( "52C3.(4/52)^3.(48/52)^49=0.199 \r \n" ); document.write( "\n" ); document.write( "and of course 52C3 is the ways the you can choose 3 cards out of 52 cards \n" ); document.write( " |