I have 3 independently random variables A, B, C, all of N (10,1). What is the probability that the largest of A, B, C is greater than 13 ?
My solution
$P[A>13 | A-B>0 \wedge B-C>0]$ $= \frac{1-P[A<13]}{(1-P[A-B<0])(1-P[A-C<0])}$$= \frac{1-\Phi (13-10)}{(1-\Phi (0))^{2}}=\frac{1-0.99865}{\frac{1}{4}}$
It is correct ? Thanks :)
Since
$$\Pr[\max(A,B,C)\leq z] = \Pr[A\leq z]\Pr[B\leq z]\Pr[C\leq z] = F^3(z),$$
we have
$$\Pr[\max(A,B,C)>13)] = 1 - \Pr[\max(A,B,C)\leq z] = 1 - F^3(13).$$