Let's roll $10$ dice and consider those cases when at least one $1$ appears. What is the probability than among these cases two or more $1$'s appear?
Solution.
We have to find a conditional probability. Let's define the events:
- (a) $A$ is the event that at least one $1$ appears.
- (b) $B$ is the event that at least two $1$'s appear.
The answer is $P(B\mid A)$, which indicates the probability of at least two coming out if it comes out at least one. From the definition of conditional probability we have
$$P(B\mid A) = \frac {P(B\cap A) }{ P(A)}.$$
Since every event containing at least two $1$'s contains at least one $1$; one has then that $B\cap A = B$. We have to calculate $P(B)$ and $P(A)$. So $$P(B\mid A) = \frac {P(B) }{ P(A)}.$$
For this we calculate $P(\overline A)$ and $P(\overline B)$. Where $\overline A$ denotes the event that no $1$ appears and $\overline B$ is the event in which at most one $1$ appears.
$$P\left(\overline A\right) = \frac{5^{10}} {6^{10}}$$ $$P\left(\overline B\right) = \frac{ 5^{10} + 5^9\times10 } {6^{10}}$$
And finally
$$P(A)=1-P\left(\overline A\right) \text{ and } P(B)=1-P\left(\overline B\right).$$
...
I don't understand the complementary probabilities. Can you explain this solution?