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) (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.
===============
|
|
|