next up previous
Next: Solution to Exercise 2.64. Up: No Title Previous: Solution to Exercise 2.36.

Solution to Exercise 2.54.

  Problem Statement: In Exercise 13. Ai = $\{$ awarded project i $\}$. for i = 1, 2,3. Use the probabilities given there to compute following probabilities:

(a) P(A2 | Al)

Solution:

\begin{displaymath}
P(A_2 \vert A_l) \; = \; \frac{P( A_2 \cap A_1)}{P(A_1)} \; = \; 
\frac{.11}{.22} \; = \; .5 .\end{displaymath}

(b) $P(A_2 \cap A_3 \vert A_1 )$

Solution:

\begin{displaymath}
P(A_2 \cap A_3 \vert A_1 ) \; = \; \frac{P( A_2 \cap A_3 \cap A_1)}{P(A_1)}
 \; = \; 
.01/.22 \; = \; .0455 .\end{displaymath}

(c) $P(A_2 \cup A_3 \vert A_1 )$

Solution:

\begin{displaymath}
P(A_2 \cup A_3 \vert A_1 ) \; = \; 
\frac{P((A_2 \cup A_3) \cap A_1 )}{P(A_1)} .\end{displaymath}

It seems we didn't compute the probability in the numerator yet, so it's back to the Venn diagrams, shown below.


  
Figure 3: Venn Diagram for part (c). The colored part is $A_2 \cup A_3$. The red part is $(A_2 \cup A_3) \cap A_1$.
\begin{figure}
\centering

\setlength {\unitlength}{1 in}
 
\begin{picture}
(6,5...
 ...thicklines 
 \end{picture}
\setlength {\unitlength}{1 pt}
 
\protect\end{figure}

Also below is my crude attempt to use Venn diagrams to show that

\begin{displaymath}
(A_2 \cup A_3) \cap A_1 \; = \; (A_2 \cap A_1) \cup (A_3 \cap A_1) .\end{displaymath}

(There is a distributive law at work here. If you know what it means, you can probably check (or already know) that both union and intersection distribute over each other.)


  
Figure 4: Venn Diagram for part (c) demonstrating that $(A_2 \cup A_3) \cap A_1$ = $(A_2 \cap A_1) \cup (A_3 \cap A_1)$.
\begin{figure}
\centering

\setlength {\unitlength}{1 in}
 
\begin{picture}
(6,5...
 ...thicklines 
 \end{picture}
\setlength {\unitlength}{1 pt}
 
\protect\end{figure}

Given this identity, we can make the calculation using the information provided in conjunction with the proposition on p. 62:

\begin{displaymath}
P( (A_2 \cap A_1) \cup (A_3 \cap A_1) ) \; = \; 
P( A_2 \cap A_1 ) + P(A_3 \cap A_1) -
P( (A_2 \cap A_1) \cap (A_3 \cap A_1) )\end{displaymath}

Plugging in the numbers, we have

\begin{displaymath}
P( (A_2 \cap A_1) \cup (A_3 \cap A_1) ) \; = \; 
.11 + .05 - .01 \; = \; .15 .\end{displaymath}

Hence,

\begin{displaymath}
P(A_2 \cup A_3 \vert A_1 ) \; = \; 
\frac{.15}{.22} \; = \; .6818 .\end{displaymath}

(d) $P(A_1 \cap A_2 \cap A_3 \vert A_1 \cup A_2 \cup A_3)$.Express in words probability you have calculated.

Solution: Well, it's pretty easy to see that

\begin{displaymath}
(A_1 \cap A_2 \cap A_3) \cap (A_1 \cup A_2 \cup A_3)
 \; = \; 
A_1 \cap A_2 \cap A_3 .\end{displaymath}

This follows since

\begin{displaymath}
A_1 \cap A_2 \cap A_3 \, \subset
A_1 \cup A_2 \cup A_3 .\end{displaymath}

Draw Venn diagrams if you have to, but basically the event that all three happen is contained in the event that at least one happens. Hence,

\begin{displaymath}
P(A_1 \cap A_2 \cap A_3 \vert A_1 \cup A_2 \cup A_3)
 \; = \; 
\frac{P(A_1 \cap A_2 \cap A_3 )}
{P( A_1 \cup A_2 \cup A_3)} .\end{displaymath}

We already figured out the denominator in part (c) of Problem 13, and the numerator was already given, so

\begin{displaymath}
P(A_1 \cap A_2 \cap A_3 \vert A_1 \cup A_2 \cup A_3)
 \; = \; 
\frac{.01}{.51} \; = \; .0196 .\end{displaymath}

In words, we have calculated the conditional probability that the firm wins all 3 projects given that they win at least one.


next up previous
Next: Solution to Exercise 2.64. Up: No Title Previous: Solution to Exercise 2.36.
Dennis Cox
2/4/2001