document.write( "Question 1049033: An aerospace company has submitted bids on two separate federal government defense contracts, A and B. The company estimates that it has a 60% chance of winning contract A and a 30% chance of winning contract B. If P(B|A)=0.4.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "a.What is the probability that the company will win at least one contract?
\n" );
document.write( "b.What is the probability that the company will win exactly one contract?
\n" );
document.write( "c.What is the probability that the company will win no contract?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #666331 by robertb(5830)![]() ![]() You can put this solution on YOUR website! a. P(A) + P(B) - P(A and B) = P(A) + P(B) - P(B|A)*P(A) = 0.6 + 0.3 - 0.4*0.6 = 0.66.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "b. 0.66 - 0.24 = 0.42\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "c. 1 - P(A or B) = 1 - 0.66 = 0.34. \n" ); document.write( " |