We have the formula to compute the probability of having exactly k successed over n trials, given a probability p of success (and implicitly a probability 1-p of failure), which is
![P(\text{k successed on n trials}) = \binom{n}{k}p^k(1-p)^(n-k)](https://img.qammunity.org/2019/formulas/mathematics/high-school/z6qfngwfjrb263lsz0viprjrks4itwu2r8.png)
Now, the probability of at least 3 successes is the union of the following event: exactly three successes,exactly four successes and exactly five successes.
We can compute their probability and sum them:
![\binom{5}{3}\left((3)/(7)\right)^3\left((4)/(7)\right)^2 + \binom{5}{4}\left((3)/(7)\right)^4\left((4)/(7)\right)^1 + \binom{5}{5}\left((3)/(7)\right)^5 \approx 0.36788](https://img.qammunity.org/2019/formulas/mathematics/high-school/1c8qawqikago30ajp3c781qgo8c6q6ervv.png)
So, the answer is about 36.79%