SOLUTION: Assume that a procedure yields a binomial distribution with a trial repeated n=5 times. Use some form of technology to find the probability distribution given the probability p=0.

Algebra ->  Probability-and-statistics -> SOLUTION: Assume that a procedure yields a binomial distribution with a trial repeated n=5 times. Use some form of technology to find the probability distribution given the probability p=0.      Log On


   



Question 1118995: Assume that a procedure yields a binomial distribution with a trial repeated n=5
times. Use some form of technology to find the probability distribution given the probability p=0.527 of success on a single trial.

Answer by Edwin McCravy(20054) About Me  (Show Source):
You can put this solution on YOUR website!
Calculator: TI84

Press 2ND vars, then scroll to binompdf(, press enter 
use the number of trials as 5, and the value of p as 0.527,
and x values as 0,1,2,3,4,5

p(0) = binompdf(5,0.527,0) = 0.0236758568
p(1) = binompdf(5,0.527,1) = 0.1318940434
p(2) = binompdf(5,0.527,2) = 0.2939034287
p(3) = binompdf(5,0.527,3) = 0.3274568857
p(4) = binompdf(5,0.527,4) = 0.1824204849
p(5) = binompdf(5,0.527,5) = 0.0406493005
-----------------------------------------
                       sum = 1.0000000000 

Edwin