Tom K. answered 11/09/20
Knowledgeable and Friendly Math and Statistics Tutor
Using the binomial formula, C(7, 4).74(1-.7)7-4 = 35 * .2401 * .027 = .2269
Alternatively, you can use a calculator or Excel and enter the appropriate values for p, the number of trials, and the number of successes.
For example, in Excel, binom.dist(4, 7, .7, 0) = .2269
Note: the final 0 means that we want P(X = 4), not P(X <= 4).1 gives the latter value.