document.write( "Question 159728: A certain airplane has two independent alternators to provide electrical power. The probability that a given alternator will fail on 1-hour flight is 0.02. What is the probability that both will fail, neither will fail or one or the other will fail? \n" ); document.write( "
Algebra.Com's Answer #117777 by stanbon(75887) ![]() You can put this solution on YOUR website! A certain airplane has two independent alternators to provide electrical power. The probability that a given alternator will fail on 1-hour flight is 0.02. What is the probability that both will fail, neither will fail or one or the other will fail? \n" ); document.write( "both fail: 0.02^2 \n" ); document.write( "neither fail: (0.98)^2 \n" ); document.write( "one or the other fails: 1 - [0.02^2 + 0.98^2] \n" ); document.write( "==================================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |