SOLUTION: Assume the random variable X has a binomial distribution with the given probability of obtaining a success. Find the following probability, given the number of trials and the proba

Algebra ->  Probability-and-statistics -> SOLUTION: Assume the random variable X has a binomial distribution with the given probability of obtaining a success. Find the following probability, given the number of trials and the proba      Log On


   



Question 1197137: Assume the random variable X has a binomial distribution with the given probability of obtaining a success. Find the following probability, given the number of trials and the probability of obtaining a success. Round your answer to four decimal places.
P(X<2)
, n=3, p=0.8

Answer by ikleyn(52781) About Me  (Show Source):
You can put this solution on YOUR website!
.
Assume the random variable X has a binomial distribution with the given probability
of obtaining a success. Find the following probability, given the number of trials
and the probability of obtaining a success. Round your answer to four decimal places.
P(X<2), n=3, p=0.8
~~~~~~~~~~~~~~~~~

The general formula to calculate the binomial cumulative probability (n trials; success trials from 0 to k; probability of success p) is


     P(n; i <= k; p) = sum%28C%5Bn%5D%5Ei%2Ap%5Ei%2A%281-p%29%5E%28n-i%29%2Ci=0%2Ck%29,


where  C%5Bn%5D%5Ei = n%21%2F%28i%21%2A%28n-i%29%21%29 are binomial coefficients.



In your case, the number of trials is n= 3; success trials are at i= 0,1 (k=1); p = 0.8.  The formula takes the form


     P(n=3; i <= 1; p=0.8) = sum%28C%5B3%5D%5Ei%2Ap%5Ei%2A%281-p%29%5E%283-i%29%2C+i=0%2C1%29 = C%5B3%5D%2A0.8%5E0%2A%281-0.8%29%5E3 + C%5B3%5D%5E1%2A0.8%5E1%2A%281-0.8%29%5E%283-1%29 = 

                          = 1*1*0.2^3 + 3*0.8*0.2^2 = use your calculator = 0.104.   ANSWER


ANSWER.  The resulting probability is P = 0.104.

Solved.

--------------

What grade are you and which textbook do you use in your study of Probability ?