\documentclass[a4paper,12pt]{article}

\begin{document}

\parindent=0pt

QUESTION

\begin{description}

\item[(a)]
A project consists of activities $A,B,\ldots,J$ whose
prerequisites are given in the table below.  Draw a network,
suitable for analysis by the critical path method, to represent
the project.   You should avoid using dummy activities, where
possible. For each event, write the earliest and latest event
times on the network and deduce the critical path.

\begin{center}

\begin{tabular}{ccc}
\hline Activity&Prerequisites&Duration(days)\\ \hline
$A$&-&8\\$B$&-&9\\$C$&$A$&7\\$D$&$A$&4\\$E$&$B$&6\\$F$&$B,D$&1\\$G$&$B,D$&1\\
$H$&$C,F$&7\\$I$&$E,G$&4\\$J$&$E$&8\\ \hline
\end{tabular}

\end{center}

If  it is possible to transfer resources from activity $E$ to $H$
so that the duration of $H$ is reduced by one day but the duration
of $E$ is increased by one day, decide, giving a reason, if the
project duration can be reduced.


\item[(b)] A doctor diagnoses that a patient has either disease $A$
or disease $B$, and that on the current evidence these two
alternatives are equally likely.

Although there is no test for disease $B$, it is possible to
undertake an expensive test for disease $A$.  A disadvantage of
this test is unreliability.  In particular, it gives a positive
indication of disease $A$ for only 70\% of patients who have
disease $A$, and also gives  a positive indication of disease $A$
for 10\% of patients who have disease $B$ rather than $A$.

There is no effective treatment for disease $B$, and patients with
this disease remain in poor health thereafter. Similarly, if
patients suffering from disease $A$ go untreated, then they also
remain in poor health.  However, there is an expensive treatment
for disease $A$.  A patient with disease $A$ receiving treatment
is returned to good health with probability 0.7, and remains in
poor health with probability 0.3. Using this treatment on a
patient with disease $B$ has no effect.

The utility of a patient in good health is 30, and of a patient in
poor health is 10.  Utilities are reduced by 2 if a patient
undergoes the test, and are reduced by 1 if a patient receives the
treatment.

Develop a decision tree to find out whether the patient should
undergo the test, and whether the treatment for disease $A$ should
be administered.

\end{description}

\bigskip

ANSWER


\begin{description}

\item[(a)]\ \\

\setlength{\unitlength}{1cm}

\begin{picture}(12,6)

\put(1,3){\oval(.3,.3)} \put(1,3){\makebox(0,0){1}}
\put(.6,3.5){(0,0)} \put(3,5){\oval(.3,.3)}
\put(3,5){\makebox(0,0){2}} \put(2.6,5.5){(8,8)}
\put(3,1){\oval(.3,.3)} \put(3,1){\makebox(0,0){3}}
\put(2.6,1.7){(9,10)} \put(5,3){\oval(.3,.3)}
\put(5,3){\makebox(0,0){4}} \put(4.6,3.7){(12,12)}
\put(9,5){\oval(.3,.3)} \put(9,5){\makebox(0,0){5}}
\put(8.6,5.5){(17,17)} \put(7,1){\oval(.3,.3)}
\put(7,1){\makebox(0,0){6}} \put(6.2,1.5){(15,16)}
\put(9,3){\oval(.3,.3)} \put(9,3){\makebox(0,0){7}}
\put(8.6,3.5){(15,20)} \put(11,3){\oval(.3,.3)}
\put(11,3){\makebox(0,0){8}} \put(10.8,3.5){(24,24)}

\put(1.2,3.2){\vector(1,1){1.6}} \put(1.2,2.8){\vector(1,-1){1.6}}
\put(3.2,5){\vector(1,0){5.6}} \put(3.2,4.8){\vector(1,-1){1.6}}
\put(3.2,1){\vector(1,0){3.6}} \put(3.2,1.2){\line(3,3){1.6}}
\put(5.2,3){\vector(1,0){3.6}} \put(5.2,3.2){\vector(2,1){3.6}}
\put(5.2,3){\vector(1,0){3.6}} \put(9.2,4.8){\vector(1,-1){1.6}}
\put(7.2,1.2){\line(3,3){1.6}} \put(7.1,1.2){\vector(2,1){3.6}}
\put(9.2,3){\vector(1,0){1.6}}

\put(1,4){A, 8} \put(1,1.5){B, 9} \put(6,5.2){C, 7} \put(4.2,4){D,
4} \put(5,.5){E, 6} \put(7,3.7){F, 5} \put(6.5,2.5){G, 1}
\put(10.2,4.){H, 7} \put(9.5,3.1){I, 4} \put(9.2,1.7){J, 8}

\end{picture}

The critical path is $A$ - $D$ - $F$ - $H$

$TF_E=16-9-6=1$

Since $H$ is not a successor of $E,$ there is a path containing
$E$ that becomes critical when the duration of $E$ is increased.
Therefore, the project duration is not reduced.

\item[(b)]
Let $T$ denote that the test is undertaken.

$\overline{T}$ denote that the test is not undertaken

$P$ denote a positive indication of disease $A$

$\overline{P}$ denote no positive indication of disease $A$

$H$ denote that the patient returns to good health

$\overline{H}$ denote that the patient remains in poor health.

We are told that $P(A)=P(B)=0.5$

\begin{tabular}{cc}
$P(P|A)=0.7$&$P(\overline{P}|A)=0.3$\\
$P(P|B)=0.1$&$P(\overline{P}|B)=0.9$
\end{tabular}

\begin{eqnarray*}
P(P)&=&P(P|A)P(A)+P(P|B)P(B)=0.4\\
P(\overline{P})&=&P(\overline{P}|A)P(A)+P(\overline{P}|B)P(B)=0.6
\end{eqnarray*}

The posterior probabilities are
\begin{eqnarray*}
P(A|P)&=&\frac{P(P|A)P(A)}{P(P)}=0.875\\
P(B|P)&=&\frac{P(P|B)P(B)}{P(P)}=0.125\\
P(A|\overline{P})&=&\frac{P(\overline{P}|A)P(A)}{P(\overline{P})}=0.25\\
P(B|\overline{P})&=&\frac{P(\overline{P}|B)P(B)}{P(\overline{P})}=0.75\\
\end{eqnarray*}

The decision tree is given below

\setlength{\unitlength}{.6cm}

\begin{picture}(20,32)
\put(16,31){27} \put(16,30){7} \put(16,29){.} \put(16,28){7}
\put(16,27){.} \put(16,26){8} \put(16,25){.} \put(16,24){8}
\put(16,23){27} \put(16,22){7} \put(16,21){.} \put(16,20){7}
\put(16,19){.} \put(16,18){8} \put(16,17){.} \put(16,16){8}

\put(13,30.5){\circle{.3}} \put(13,28.5){\circle{.3}}
\put(13,26.5){\circle{.3}} \put(13,24.5){\circle{.3}}
\put(13,22.5){\circle{.3}} \put(13,20.5){\circle{.3}}
\put(13,18.5){\circle{.3}} \put(13,16.5){\circle{.3}}
\put(13,14.5){29} \put(13,12.5){9} \put(13,10.5){.}
\put(13,8.5){9} \put(13,6.5){.} \put(13,4.5){10} \put(13,2.5){.}
\put(13,0.5){10}

\put(10,29.5){\circle{.3}} \put(10,25.5){\circle{.3}}
\put(10,21.5){\circle{.3}} \put(10,17.5){\circle{.3}}
\put(10,13.5){\circle{.3}} \put(10,9.5){\circle{.3}}
\put(10,5.5){\circle{.3}} \put(10,1.5){\circle{.3}}

\put(7,27.5){\framebox(.3,.3)} \put(7,19.5){\framebox(.3,.3)}
\put(7,11.5){\circle{0.3}} \put(7,3.5){\circle{0.3}}

\put(4,23.5){\circle{.3}} \put(4,7.5){\framebox(.3,.3)}

\put(0,15.5){\framebox(.3,.3)}

\put(0.3,15.6){\line(1,2){3.6}} \put(0.3,15.6){\line(1,-2){3.6}}

\put(4.3,23.6){\line(3,4){2.6}} \put(4.3,23.6){\line(3,-4){2.6}}
\put(4.3,7.6){\line(3,4){2.6}} \put(4.3,7.6){\line(3,-4){2.6}}

\put(7.3,27.6){\line(3,2){2.6}} \put(7.3,27.6){\line(3,-2){2.6}}
\put(7.3,19.6){\line(3,2){2.6}} \put(7.3,19.6){\line(3,-2){2.6}}
\put(7.3,11.6){\line(3,2){2.6}} \put(7.3,11.6){\line(3,-2){2.6}}
\put(7.3,3.6){\line(3,2){2.6}} \put(7.3,3.6){\line(3,-2){2.6}}

\put(10.3,29.6){\line(3,1){2.6}} \put(10.3,29.6){\line(3,-1){2.6}}
\put(10.3,25.6){\line(3,1){2.6}} \put(10.3,25.6){\line(3,-1){2.6}}
\put(10.3,21.6){\line(3,1){2.6}} \put(10.3,21.6){\line(3,-1){2.6}}
\put(10.3,17.6){\line(3,1){2.6}} \put(10.3,17.6){\line(3,-1){2.6}}
\put(10.3,13.6){\line(3,1){2.6}} \put(10.3,13.6){\line(3,-1){2.6}}
\put(10.3,9.6){\line(3,1){2.6}} \put(10.3,9.6){\line(3,-1){2.6}}
\put(10.3,5.6){\line(3,1){2.6}} \put(10.3,5.6){\line(3,-1){2.6}}
\put(10.3,1.6){\line(3,1){2.6}}\put(10.3,1.6){\line(3,-1){2.6}}

\put(13.3,30.6){\line(6,1){2.6}} \put(13.3,30.6){\line(6,-1){2.6}}
\put(13.3,28.6){\line(6,1){2.6}} \put(13.3,28.6){\line(6,-1){2.6}}
\put(13.3,26.6){\line(6,1){2.6}} \put(13.3,26.6){\line(6,-1){2.6}}
\put(13.3,24.6){\line(6,1){2.6}} \put(13.3,24.6){\line(6,-1){2.6}}
\put(13.3,22.6){\line(6,1){2.6}} \put(13.3,22.6){\line(6,-1){2.6}}
\put(13.3,20.6){\line(6,1){2.6}} \put(13.3,20.6){\line(6,-1){2.6}}
\put(13.3,18.6){\line(6,1){2.6}} \put(13.3,18.6){\line(6,-1){2.6}}
\put(13.3,16.6){\line(6,1){2.6}} \put(13.3,16.6){\line(6,-1){2.6}}

\put(3,20.8){\line(0,1){1}} \put(6,4.8){\line(0,1){1}}
\put(9,26.){\line(0,1){1}} \put(9,18.){\line(0,1){1}}

\put(12.6,30.8){21} \put(12.6,28.8){7} \put(12.6,26.8){8}
\put(12.6,24.8){8} \put(12.6,22.8){21} \put(12.6,20.8){7}
\put(12.6,18.8){8} \put(12.6,16.8){8}

\put(9.6,29.8){19.25} \put(9.8,25.8){8} \put(9.6,21.8){10.5}
\put(9.8,17.8){8} \put(9.6,13.8){23} \put(9.6,9.8){9}
\put(9.6,5.8){10} \put(9.6,1.8){10}

\put(6.6,28){19.25} \put(6.6,20){10.5} \put(6.6,11.8){16}
\put(6.6,3.8){10}

\put(3.6,23.8){14} \put(3.6,8){16}

\put(0,16.2){16}


\begin{footnotesize}
\put(14,31){$H$, 0.7} \put(14,29.9){$\overline{H}$, 0.3}
\put(14,29){$H$, 0} \put(14,27.9){$\overline{H}$, 1}
\put(14,27){$H$, 0} \put(14,25.9){$\overline{H}$, 1}
\put(14,25){$H$, 0} \put(14,23.9){$\overline{H}$, 1}
\put(14,23){$H$, 0.7} \put(14,21.9){$\overline{H}$, 0.3}
\put(14,21){$H$, 0} \put(14,19.9){$\overline{H}$, 1}
\put(14,19){$H$, 0} \put(14,17.9){$\overline{H}$, 1}
\put(14,17){$H$, 0} \put(14,15.9){$\overline{H}$, 1}

\put(11,14.5){$H$, 0.7} \put(11,12.4){$\overline{H}$, 0.3}
\put(11,10.5){$H$, 0} \put(11,8.4){$\overline{H}$, 1}
\put(11,6.5){$H$, 0} \put(11,4.4){$\overline{H}$, 1}
\put(11,2.5){$H$, 0} \put(11,.4){$\overline{H}$, 1}

\put(10.6,30.5){A, 0,875} \put(10.6,28.4){B,\ 0.125}
\put(10.6,26.5){A, 0.875} \put(10.6,24.4){B, 0.125}
\put(10.6,22.5){A, 0.25} \put(10.6,20.4){B, 0.75}
\put(10.6,18.5){A, 0.25} \put(10.6,16.4){B, 0.75}

\put(7.6,13.5){A, 0.5} \put(7.6,9.4){B, 0.5} \put(7.6,5.5){A, 0.5}
\put(7.6,1.4){B, 0.5}

\put(7.,29.5){Treatment} \put(7.,25.4){No}\put(7,25){Treatment}
\put(7.,21.5){Treatment} \put(7.,17.4){No}\put(7,17){Treatment}
\put(4.,10.5){Treatment} \put(4.,4.4){No}\put(4,4){Treatment}

\end{footnotesize}

\put(1,20){$T$} \put(1,11){$\overline{T}$}

\put(5,26){$P$, 0.4} \put(5,21){$\overline{P}$, 0.6}

\end{picture}

It is recommended that the treatment should be administered, but
the test should not be performed.

\end{description}



\end{document}
