In a study for a certain type of battery, it was found that the probability of a lifetime X exceeding 4 hours is 0.2. If three such batteries are in use in independently operating systems, find the probability that
(a) Exactly 2 of the batteries lasts 4 hours or more
(b) At least 2 batteries lasts 4 hours or more.
I believe this is a binomial distribution So: $$\mathsf P(X{=}x)~=~{n \choose x} \cdot p^x \cdot (1-p)^{(n-x)}$$
For this one n = 3, and x=2
$$\mathsf P(X{=}2)~=~3\cdot (0.20)^2 \cdot (1-0.20)^1 = 0.096$$
But how would you do an at least type of question?