document.write( "Question 993647: Two cards are randomly drawn from an ordinary deck of playing cards without replacement. What is the probability that the first card is a heart and the second is a diamond? \n" ); document.write( "
Algebra.Com's Answer #612888 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Since this is an \"and\" problem, we must multiply the individual probabilities. \n" ); document.write( "The first probability is 13/52 or 1/4. \n" ); document.write( "The second probability is 13/51. \n" ); document.write( "Multiplying them gives \n" ); document.write( "1/4 x 13/51 = 13/204 \n" ); document.write( " |