document.write( "Question 306579: If three cards are dealt from a deck of 52, what is the probability that the first card is a heart and the next two are both diamonds? \n" ); document.write( "
Algebra.Com's Answer #219424 by Fombitz(32388)![]() ![]() You can put this solution on YOUR website! P(heart)=13/52=1/4 \n" ); document.write( "P(diamond after heart)=13/51 \n" ); document.write( "P(diamond after D and H)=12/50=6/25 \n" ); document.write( "P(H,D,D)=(1/4)(13/51)(6/25)=39/2550 \n" ); document.write( " |