document.write( "Question 192160: I am not grasping probability at all! I'm 36 years old and I have just returned back to school. Can you please help?\r
\n" );
document.write( "\n" );
document.write( "A certain airplane has two independent alternatiors to provide electrical power. The probability that a given alternator will fail on a 1-hour flight is .02.\r
\n" );
document.write( "\n" );
document.write( "What is the probability that (a) both fail? (b) neither will fail? (c) One or the other will fail? Show all steps carefully. \n" );
document.write( "
Algebra.Com's Answer #144212 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! a) The probability of both engines failing is simply the product of the individual probabilities. So...\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "p(both failing) = p(one failing)*p(other failing) \n" ); document.write( "p(both failing) = 0.2*0.2 \n" ); document.write( "p(both failing) = 0.04\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So the probability of both failing is 0.04 which is 1/25 or 4%\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-----------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "b) The probability of neither failing is the same as the probability of both NOT failing. So in this part, we're multiplying the probabilities of both engines NOT failing to get:\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P(neither failing) = p(one NOT failing)*p(other NOT failing) \n" ); document.write( "P(neither failing) = (1-0.2)*(1-0.2) \n" ); document.write( "P(neither failing) = 0.8*0.8 \n" ); document.write( "P(neither failing) = 0.64\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So the probability of neither failing is 0.64 which is 16/25 or 64% \r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Note: if x is the probability of an event occurring, then 1-x is the probability of the event NOT occurring.\r \n" ); document.write( "\n" ); document.write( "-----------------------\r \n" ); document.write( "\n" ); document.write( "c) To find the chances if one event or the other occurs, simply add the two individual probabilities and subtract out the probability that they will both occur (to remove duplicates):\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P(one or other failing) = p(one failing) + p(other failing) - p(both failing) \n" ); document.write( "P(one or other failing) = 0.2 + 0.2 - 0.04 \n" ); document.write( "P(one or other failing) = 0.36\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So the probability of either one failing (but not both) is 0.36 which is 9/25 or 36% \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |