Tom K. answered 06/02/20
Knowledgeable and Friendly Math and Statistics Tutor
This is the negative binomial of 25 failures before the fifth success with probability .2.
In Excel, you can use =NEGBINOM.DIST(25,5,0.2,0)
Alternatively, it is the binomial of 25 failures and 4 successes * the probability of a success =
BINOM.DIST(4,29,0.2,0)*0.2
Of course, the calculation is the same in both of these cases: =Combin(29,4)*.2^5*.8^25
With any of the three calculations, the answer is 0.0287131971416671