document.write( "Question 1176518: a consulting firm has submitted a bid for a large research project . The firm's management initially felt that there was a 50-50 chance of getting the bid . However , the agency to which the bid was submitted has subsequently requested additional information on the bid . Past experience indicates that on 75 % of the successful bids and 40 % of the unsuccessful bids additional information is requested ( a ) What is the probability that the bid will be successful ? ( ( b ) What is the conditional probability of a request for additional information , given that the bid will ultimately be successful ? (c)What is the probability that the agency will ask for the additional information ?( d ) Compute the probability that the bid will be successful given that a request for additional information has been received ? \n" ); document.write( "
Algebra.Com's Answer #850574 by CPhill(1959)![]() ![]() You can put this solution on YOUR website! Let's solve this problem using Bayes' Theorem.\r \n" ); document.write( "\n" ); document.write( "**Define Events:**\r \n" ); document.write( "\n" ); document.write( "* S: The bid is successful. \n" ); document.write( "* U: The bid is unsuccessful. \n" ); document.write( "* R: Additional information is requested.\r \n" ); document.write( "\n" ); document.write( "**Given Probabilities:**\r \n" ); document.write( "\n" ); document.write( "* P(S) = 0.50 (Initial probability of success) \n" ); document.write( "* P(U) = 0.50 (Initial probability of failure) \n" ); document.write( "* P(R|S) = 0.75 (Probability of request given success) \n" ); document.write( "* P(R|U) = 0.40 (Probability of request given failure)\r \n" ); document.write( "\n" ); document.write( "**(a) What is the probability that the bid will be successful?**\r \n" ); document.write( "\n" ); document.write( "This is simply the initial given probability:\r \n" ); document.write( "\n" ); document.write( "* P(S) = 0.50\r \n" ); document.write( "\n" ); document.write( "**(b) What is the conditional probability of a request for additional information, given that the bid will ultimately be successful?**\r \n" ); document.write( "\n" ); document.write( "This is directly given:\r \n" ); document.write( "\n" ); document.write( "* P(R|S) = 0.75\r \n" ); document.write( "\n" ); document.write( "**(c) What is the probability that the agency will ask for the additional information?**\r \n" ); document.write( "\n" ); document.write( "We need to use the law of total probability:\r \n" ); document.write( "\n" ); document.write( "* P(R) = P(R|S) * P(S) + P(R|U) * P(U) \n" ); document.write( "* P(R) = (0.75 * 0.50) + (0.40 * 0.50) \n" ); document.write( "* P(R) = 0.375 + 0.20 \n" ); document.write( "* P(R) = 0.575\r \n" ); document.write( "\n" ); document.write( "**(d) Compute the probability that the bid will be successful given that a request for additional information has been received?**\r \n" ); document.write( "\n" ); document.write( "We need to use Bayes' Theorem:\r \n" ); document.write( "\n" ); document.write( "* P(S|R) = [P(R|S) * P(S)] / P(R) \n" ); document.write( "* P(S|R) = (0.75 * 0.50) / 0.575 \n" ); document.write( "* P(S|R) = 0.375 / 0.575 \n" ); document.write( "* P(S|R) ≈ 0.6522\r \n" ); document.write( "\n" ); document.write( "**Answers:**\r \n" ); document.write( "\n" ); document.write( "* **(a) P(S) = 0.50** \n" ); document.write( "* **(b) P(R|S) = 0.75** \n" ); document.write( "* **(c) P(R) = 0.575** \n" ); document.write( "* **(d) P(S|R) ≈ 0.6522** \n" ); document.write( " \n" ); document.write( " |