If I want to calculate the probability of getting at least one "1" by rolling 5 fair six-sided dice, I know I have to compute the probability of not getting it, hence 5/6. Since the events are independent, the probability is
$$(\frac{5}{6})^5$$
or 0.4, the complementary of which is 0.6.
Now, how can I calculate the probability of getting at least two 1's, since the events are dependent?
Split it into disjoint events, and then add up their probabilities:
Hence the probability of getting at least $\color\green2$ ones on $\color\purple5$ dice is:
$$\sum\limits_{n=\color\green2}^{\color\purple5}\binom{\color\purple5}{n}\cdot\left(\frac16\right)^{n}\cdot\left(1-\frac16\right)^{\color\purple5-n}$$