SOLUTION: If X is binomial with n=20 and p=0.7, approximate P(X>4) to three decimal places

Algebra ->  Probability-and-statistics -> SOLUTION: If X is binomial with n=20 and p=0.7, approximate P(X>4) to three decimal places      Log On


   



Question 431150: If X is binomial with n=20 and p=0.7, approximate P(X>4) to three decimal places
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
If X is binomial with n=20 and p=0.7,
approximate P(X>4) to three decimal places.
P(x>4) = 1-P(0<= x <=4)
= 1 - binomcdf(20,0.7,4)
---
= 1 - 0.00000555
---
= 0.999994
===============
Cheers,
Stan H.
===============