Jon S. answered 01/15/21
Patient and Knowledgeable Math and English Tutor
x = number of defective tapes is a binomial variable, so we can use binomial formula for computing probability that x will take on a certain number.
probability that k out of n tapes are defective:
P(x = k) is 80! (0.05)^k (0.95)^(n-k)
-----
k! (n-k)!
The probability that at least 7 are defective is the same as 1 - the probability that less than 7 are defective.
Compute P(x=k) for k = 0, 1, 2, 3, 4, 5 and 6, sum the probabilities, then subtract that value from 1.