document.write( "Question 227905: In a deck of 52 card If you draw 3 cards and replace after each draw what is the probability of picking hearts one or more times?\r
\n" );
document.write( "\n" );
document.write( "I think it might be 12/52.. there are 12 hearts 52 cards and since its being replaced the probabilty will stay the same? OR is it 12/52+12/52+12/52=36/52? \n" );
document.write( "
Algebra.Com's Answer #169305 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! In a deck of 52 card If you draw 3 cards and replace after each draw what is the probability of picking hearts one or more times? \n" ); document.write( "I think it might be 12/52.. there are 12 hearts 52 cards and since its being replaced the probabilty will stay the same? OR is it 12/52+12/52+12/52=36/52? \n" ); document.write( "------------------ \n" ); document.write( "Since you are replacing the card after drawing, the events are independent. \n" ); document.write( "This is a binomial problem with n=3, p=1/4, 1<=x<=3 \n" ); document.write( "--------------- \n" ); document.write( "P(at least one heart) = 1 - P(no hearts) \n" ); document.write( "= 1 - (3/4)^3 = 0.5781 \n" ); document.write( "========================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |