SOLUTION: compute the probability of P(x) were P(x>1),n=3,p=0.3 thanks

Algebra ->  Probability-and-statistics -> SOLUTION: compute the probability of P(x) were P(x>1),n=3,p=0.3 thanks       Log On


   



Question 421369: compute the probability of P(x)
were P(x>1),n=3,p=0.3
thanks

Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
compute the probability of P(x)
were P(x>1),n=3,p=0.3
---
P(x > 1) = P(2<= x <=3) = 1 - binomcdf(3,0.3,1) = 0.2160
================
Cheers,
Stan H.
===