Question 1184131
.
The probability of drawing one heart and a spade in 2 successive draws of cards from a deck of 52 playing cards
~~~~~~~~~~~~~~~~~~~~~~~~~~~



<pre>
    P = P(first a heart, then a spade) + P(first a spade, then a heart) = 


      = {{{(13/52)*(13/51)}}} + {{{(13/52)*(13/51)}}} = {{{2*(169/2652)}}} = {{{13/102}}}.    <U>ANSWER</U>
</pre>

Solved.