I am totally new to probability and I am a little bit confused. I have the following homework:
A large group of people are competing for all-expense-paid weekends in Philadelphia. The Master of Ceremonies gives each contestant a well-shuffled deck od cards. The contestant deals two cards off the top of the deck, and wins a weekend if the first card is the ace of hearts or the second card is the king of hearts. What is the probability of wining the weekend?
I tried to solve this exercise in three ways:
- Using $P(A ∪ B) = P(A) + P(B) - P(A ∩ B)$. I get:$$\frac{1}{52} + \frac{1}{52} - \frac{1}{52}×\frac{1}{51} = \frac{101}{51×52}.$$
- Using $P(A ∪ B) = P(A) + P(B ∩ A^c)$. I get:$$\frac{1}{52} + \frac{1}{52}×\frac{50}{51} = \frac{101}{51×52}.$$
- Using formula $P(A) = 1 - P(A^c)$ where the opposite is not getting the ace of hearts as the first card and not getting the king of hearts as the second card. In this way I get:$$1 - \frac{51}{52}×\frac{50}{51} = \frac{2}{52} \ne \frac{101}{51×52}.$$
What am I doing wrong in the third way? Thank you in advance for your help.
