Question 1026089: A binomial probability experiment is conducted with the given parameters. Compute the probability of x successes in the n independent trials of the experiment.
n = 11, p = 0.15, x≤4
Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! A binomial probability experiment is conducted with the given parameters. Compute the probability of x successes in the n independent trials of the experiment.
n = 11, p = 0.15, x≤4
----
P(x <= 4) = binomcdf(11,0.15,4) = 0.9841
---------------
Cheers,
Stan H.
---------------
|
|
|