document.write( "Question 248871: A construction company has submitted bids on 2 contracts A and B. The company feels that it has a 60% chance of winning contract B. Furthermore, the company believes that it has a 70% chance of winning contract A given that it wons contract B, and it has a 40% chance of not winning contract A given that it does not win contact B\r
\n" );
document.write( "\n" );
document.write( "Given that the company wins contract A, the probability that it will also win contract B is... \n" );
document.write( "
Algebra.Com's Answer #181366 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A construction company has submitted bids on 2 contracts A and B. ===== \n" ); document.write( "The company feels that it has a 60% chance of winning contract B. \n" ); document.write( "P(B) = 0.6 \n" ); document.write( "--- \n" ); document.write( "Furthermore, the company believes that it has a 70% chance of winning contract A given that it wons contract B, \n" ); document.write( "P(A|B) = 0.7 \n" ); document.write( "----- \n" ); document.write( "and it has a 40% chance of not winning contract A given that it does not win contact B \n" ); document.write( "P(A'|B')= 0.4 \n" ); document.write( "-------- \n" ); document.write( "Given that the company wins contract A, the probability that it will also win contract B is... \n" ); document.write( "P(B|A) = P(A and B)/P(A) = [P(A|B)*P(B)]/[P(A|B)+P(A|B')] \n" ); document.write( "= [0.7*0.6]/[0.7+0.6] = 0.42/1.3 = 0.3231 \n" ); document.write( "================================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |