document.write( "Question 116170: If you are dealt two cards successively (with replacement of the first) from a standard deck, find the probability of getting a heart on the first card and a diamond on the second? \n" ); document.write( "
Algebra.Com's Answer #84480 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
52 cards
\n" ); document.write( "13 hearts, 13 diamonds, 13 spades, 13 clubs
\n" ); document.write( "P(Heart) = 13/52.
\n" ); document.write( "You replace the card
\n" ); document.write( "P(Diamond) = 13/52.
\n" ); document.write( "Independent events, multiply the probabilities.
\n" ); document.write( "P(Heart then Diamond) = 13/52*13/52 = 1/4*1/4 = 1/16
\n" ); document.write( "
\n" );