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
Algebra: Probability and statistics
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Probability-and-statistics
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)
(
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.
=====================