6. We want to find the probability of hitting the target 5 or more times out of 8 attempts. This is a binomial probability problem. The binomial probability formula is:
$$
P(X=k) = C(n, k) * (p^k) * ((1-p)^(n-k))
$$
where:
- $P(X=k)$ is the probability of $k$
Show more…