Answer:
Explanation:
A probability tree diagram is very helpful, almost necessary, to work this kind of problems.
Let's us simulate a probability tree diagram:
Request additional information: 0.75 × 0.5 = 0.375
No request : 0.25 × 0.5 = 0.125
Request additional information: 0.35 × 0.50 = 0.175
No request : 0.65 × 0.50 = 0.325
Call S the event of a succesful bid and R the event of requestion additional information. Thus,
- P(S) is the probability of a succesfull,
- P(R) is the probability of requesting additional information, and
- P(R∩S) = p(S∩R) is the joint probability of a succesful bid and requested information.
<h2>Questions</h2>
<u><em>a. What is the prior probability of the bid being successful(that is, prior to the request for additional information)</em></u>
It is P(S). It is the 0.500 because it is said that there is a 50-50 chance, thus P(S) = 50/100 = 0.500.
<u><em>b. What is the conditional probability of a request for additional information given that the bid will ultimately be successful?</em></u>
You want P(R/S).
Then, you can use the formula for conditional probability, which is:
You need to determine P(R∩S). This is the probability of a being succesful and addtional information is requested.
You can take it directly from the corresponding branch of your probabiity tree: it is P(S∩R) = 0.35 × 0.50 = 0.175
From the first question, P(S) = 0.500, then:
- P(R/S) = P(R∩S) / P(S) = 0.175 / 0.50 = 0.350
<u><em></em></u>
<u><em>c. Compute the posterior probability that the bid will be successful given a request for additional information.</em></u>
Now you want P(S/R).
That is:
P(R) must be taken from the tree diagram: 0.375 + 0.175 = 0.55
You already have P(S∩R) from the previous question. It is 0.175
Thus, substituting:
- P(S/R) = P(S∩R)/P(R) = 0.175 / 0.55 = 0.318