document.write( "Question 879927: A warning system installation consists of two independent alarms having probabilities of operating in an emergency of0.95 and 0.90 respectively. Find the probabilities that at least one alarm operates in an emergency
\n" );
document.write( "A. 0.995
\n" );
document.write( "B. 0.975
\n" );
document.write( "C. 0.95
\n" );
document.write( "D. 0.90
\n" );
document.write( "E. 0.855 \n" );
document.write( "
Algebra.Com's Answer #531156 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! 2 Alarms: p(working) .95 and .90 \n" ); document.write( "P(at least one working) = 1 - P(neither working) = 1 - (.05)(.10) = .995 \n" ); document.write( " |