document.write( "Question 904516: 40% of all flights are made by airline A. 20% of all
\n" );
document.write( " flights are made by airline B. 20% of all flights are made by
\n" );
document.write( " airline C. Company A’s flights are late 5% of the time. Company
\n" );
document.write( " B’s flights are late 9% of the time. Company C’s flights are
\n" );
document.write( " late 7% of the time. Company D’s flights are late 6% of the
\n" );
document.write( " time. There are only 4 airlines. If a randomly selected flight
\n" );
document.write( " is late, find the probability that it was a flight made by
\n" );
document.write( " company C.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #548751 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! p(late) = .40(.05) + .20(.09) + .20(.07) + .20(.06) compute and use below \n" ); document.write( "P(A|B) = P(A and B)/P(B) \n" ); document.write( "P(C|late) = .20(.07)/p(late) \n" ); document.write( " |