This is for the GRE:
A fair coin is tossed once and a fair die with sides numbered 1, 2, 3, 4, 5, and 6 is rolled once. Let A be the event that the coin toss results in a head. Let B be the event that the roll of the die results in a number less than 5. What is the probability that at least one of the events A and B occurs?
How do you solve this to come up with $\frac{5}{6}$ (correct answer)? Probabilities are not easy. Any tip you can give is appreciated. Thanks.
To find the probability that at least one occur, we can find the probability that NEITHER occur and then subtract that from $1$.
$A$ not happening = coin is tail
Probability of $A$ not happening is $\displaystyle \frac{1}{2}$
$B$ not happening = die roll is $5$ or $6$
Probability of $B$ not happening is $\displaystyle \frac{1}{3}$
Probability of $A$ and $B$ both not happening is $\displaystyle \frac{1}{2} \cdot \frac{1}{3} = \frac{1}{6}$
Probability of at least one of $A$ or $B$ happening is $\displaystyle 1 - \frac{1}{6} = \frac{5}{6}$.