document.write( "Question 1058644: Consider selecting one card at a time from a 52-card deck. What is the probability that the first card is from the suit of hearts and the second card is also from the suit of hearts? (Note: There are 13 cards from the suit of hearts in a deck of cards) (Show all work. Just the answer, without supporting work, will receive no credit.)
\n" );
document.write( "(a) Assuming the card selection is without replacement.
\n" );
document.write( "(b) Assuming the card selection is with replacement. \n" );
document.write( "
Algebra.Com's Answer #673739 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Consider selecting one card at a time from a 52-card deck. \n" ); document.write( " What is the probability that the first card is from the suit of hearts and the second card is also from the suit of hearts? (Note: There are 13 cards from the suit of hearts in a deck of cards) (Show all work. Just the answer, without supporting work, will receive no credit.) \n" ); document.write( "(a) Assuming the card selection is without replacement. \n" ); document.write( "Probability of (heart and heart without replacement) = (13/52)(12/51) \n" ); document.write( "(b) Assuming the card selection is with replacement. \n" ); document.write( "Probability of (heart and heart with replacement) =(13/52)(13/52) = (1/4)^2 = 1/16 \n" ); document.write( "---------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------ \n" ); document.write( " |