SOLUTION: A Radar System has probability of 0.3 of detecting a target in a single scan. Find probability of detecting target at most twice in five scans.

Algebra ->  Probability-and-statistics -> SOLUTION: A Radar System has probability of 0.3 of detecting a target in a single scan. Find probability of detecting target at most twice in five scans.      Log On


   



Question 751520: A Radar System has probability of 0.3 of detecting a target in a single scan. Find probability of detecting target at most twice in five scans.
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
A Radar System has probability of 0.3 of detecting a target in a single scan. Find probability of detecting target at most twice in five scans.
----
Binomial Problem with n = 5 and p(detect) = 0.3
-----
P(0<= x <=2) = binomcdf(5,0.3,2) = 0.8369
====================================
Cheers,
Stan H.
==============