If probability of success is 0.09, then the probability of failure is 0.91. We're wanting at least 6 failures. This means 6 failures or 7 failures. So we would need to use the binomial probability density function for both 6 and 7, and add the results.bility
The general binomial probability density function is
P(X = x) = nCx · px (1 - p)n - x
So, P(X = 6) = 7C6 · 0.916 (0.07)1 ≈ 0.27826
And P(X = 7) = 7C7 · 0.917 (0.07)0 ≈ 0.51676
I rounded to 5 decimal places so I was sure my rounding would be ok if I need 3 decimal place. So if we add these, we get 0.27826 + 0.51676 = 0.79502, which rounds to 0.795, or 79.5%.