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.
----
Binomial Problem with n = 5 and p(detect) = 0.3
-----
P(0<= x <=2) = binomcdf(5,0.3,2) = 0.8369
====================================
Cheers,
Stan H.
==============