document.write( "Question 1026891: Find the probability of selecting the same card from a deck of playing cards twice with replacement.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Find the probability of selecting the same card from a deck of playing cards twice without replacement. \n" );
document.write( "
Algebra.Com's Answer #642175 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! with replacement \n" ); document.write( ": \n" ); document.write( "Probability(selecting same card twice) = 1/52 * 1/52 = 1/2704 \n" ); document.write( ": \n" ); document.write( "without replacement \n" ); document.write( ": \n" ); document.write( "Probability(selecting same card twice) = 1/52 * 0 = 0 \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( " |