You can put this solution on YOUR website! Samuel draws 2 cards from a standard deck of cards.
Find P(both either red or a king).
-------
# of ways to succeed: 26C2 + 4C2 - 2C2 = 325 + 6 - 1 = 330
---
# of random pairs: 52C2 = 1326
------
P(condition) = 330/1326 = 0.2489
======================
Cheers,
Stan H.
======================