Question 371923
How do you solve: 
Two cards are drawn, without replacement, from a standard 52-card deck. Find the probability that both cards are the same color. 
----
Pick a color: 2 ways
Pick two cards without replacement: 26C2 = (26*25)/(1*2) = 325
----
Pick two cards randomly: 52C2
------------------------------------------------
P(2 cards same color) = [2*325]/[52C2] = 0.4902
----
Cheers,
Stan H.