document.write( "Question 214852: Find the probability of drawing 3 queens in a row:\r
\n" );
document.write( "\n" );
document.write( "a. if the card is replaced after each draw\r
\n" );
document.write( "\n" );
document.write( "b. if the card is not replaced after each draw \n" );
document.write( "
Algebra.Com's Answer #162336 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find the probability of drawing 3 queens in a row: \n" ); document.write( "a. if the card is replaced after each draw \n" ); document.write( "Ans: (4/52)^3 = 0.0004552... \n" ); document.write( "---------------------------------------- \n" ); document.write( "b. if the card is not replaced after each draw \n" ); document.write( "Ans: (4/52)(3/51)(2/50) = 0.0001810.. \n" ); document.write( "------------------ \n" ); document.write( "Another way to get that answer: \n" ); document.write( "4C3/52C3 = 0.0001810.. \n" ); document.write( "============================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |