SOLUTION: n=20, p=.8 Find P(x=15), the probability that SBIRS will detect the object on exactly 15 tracks

Algebra ->  Probability-and-statistics -> SOLUTION: n=20, p=.8 Find P(x=15), the probability that SBIRS will detect the object on exactly 15 tracks       Log On


   



Question 840041: n=20, p=.8
Find P(x=15), the probability that SBIRS will detect the object on exactly 15 tracks

Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
n=20, p=.8
Find P(x=15)
------
P(x = 15) = 20C15*0.8^15*0.2^5 = binompdf(20,0.8,15) = 0.1746
---------------------
Cheers,
Stan H.
=====================