document.write( "Question 394620: 4.Under good weather conditions, 80% of flights arrive on time. During bad weather, only 30% of flights arrive on time. Tomorrow, the chance of good weather is 60%. What is the probability that your flight will arrive on time? \n" ); document.write( "
Algebra.Com's Answer #279977 by robertb(5830)![]() ![]() You can put this solution on YOUR website! P(on time|good weather) = 0.80 \n" ); document.write( "P(on time|bad weather) = 0.30\r \n" ); document.write( "\n" ); document.write( "P(good weather) = 0.60 ==> P(bad weather) = 0.40\r \n" ); document.write( "\n" ); document.write( "Then \n" ); document.write( "P(on time) = P(on time AND good weather) + P(on time AND bad weather) \n" ); document.write( "=P(on time|good weather)*P(good weather) + P(on time|bad weather) * P(bad weather) \n" ); document.write( "=0.80*0.60 + 0.30*0.40 = 0.60, the probability that your flight will arrive on time. \n" ); document.write( " |