document.write( "Question 871325: there are 3 radar stations and the probability of a single radar station detecting an enemy plane is 0.55. what is the probability of 2 stations detecting an enemy plane? \n" ); document.write( "
Algebra.Com's Answer #525455 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! p = .55 , n =3 \n" ); document.write( "P(x=2) = binompdf(3, .55,2) = .4084 0r 40.84% \n" ); document.write( " |