document.write( "Question 239271: 3. From a deck of 52 ordinary playing cards, two cards are drawn with replacement. Find the probability that both are hearts. \n" ); document.write( "
Algebra.Com's Answer #175713 by Photonjohn(42)\"\" \"About 
You can put this solution on YOUR website!
Since there are 13 hearts in a deck,\r
\n" ); document.write( "\n" ); document.write( "Drawing the first heart P1 = 1/4 or 13/52
\n" ); document.write( "With replacement,
\n" ); document.write( "Drawing the 2nd heart P2 = 1/4 or 13/52\r
\n" ); document.write( "\n" ); document.write( "P = P1 x P2 = 1/16
\n" ); document.write( "
\n" );