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 1118898: 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.528 of success on a single trial.

Answer by solver91311(24713) About Me  (Show Source):
You can put this solution on YOUR website!

Enter the following in Cells A1 through B7 in an Excel spreadsheet:

X P(X)
0 =BINOMDIST(A2,5,0/528,False)
1 =BINOMDIST(A3,5,0/528,False)
2 =BINOMDIST(A4,5,0/528,False)
3 =BINOMDIST(A5,5,0/528,False)
4 =BINOMDIST(A6,5,0/528,False)
5 =BINOMDIST(A7,5,0/528,False)
John

My calculator said it, I believe it, that settles it