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
Algebra: Probability and statistics
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Probability-and-statistics
Question 421369
:
compute the probability of P(x)
were P(x>1),n=3,p=0.3
thanks
Answer by
stanbon(75887)
(
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.
===