Question 354696: A binomial probability distribution has n = 15 trials with the probability of success on each trial is p = .65. Calculate the following.
a. The mean, m, of the distribution
b. The standard deviation s, of the distribution
c. The probability of 10 successes
d. The probability of 10 failures
e. The probability of at least 14 successes
Found 2 solutions by stanbon, Edwin McCravy: Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! A binomial probability distribution has n = 15 trials with the probability of success on each trial is p = .65. Calculate the following.
a. The mean,, of the distribution:np
b. The standard deviation of the distribution:sqrt(npq)
c. The probability of 10 successes: binompdf(15,0.65,10)
d. The probability of 10 failures: binompdf(15,0.35,10)
e. The probability of at least 14 successes: 1 - binomcdf(15,0.65,13)
====================
I use a TI-84 calculator.
===========
cheers,
Stan H.
Answer by Edwin McCravy(20060) (Show Source):
|
|
|