Three athletes $A_1, A_2, A_3$ run a race.
Let $E_{ij}$ denotes the event that athlete $A_i$ arrives before athlete $A_j$, and let $E_{ijk}$ denotes the event that athlete $A_i$ arrives before athlete $A_j$ who arrives before athlete $A_k$.
Given that \begin{gather} P(E_{13})=2/3;\\P(E_{23})=1/2;\\P(E_{123})=P(E_{132})=x;\\P(E_{213})=P(E_{231})=y;\\ P(E_{312})=P(E_{321})=z.\end{gather}
- Find $x, y,z$.
- Calculate the probability that athlete A1 comes first.
- Are the events $E_{13}$ and $E_{23}$ independent ?
Any tips to solve this are greatly appreciated!!
What I understand :
3. I could show that $P(E_{13}\cap E_{23})= P(E_{13}) P(E_{23})$
What I don't understand:
- What does $P_{123}$ mean?
- Is $P(E_1\cap E_3) \neq\varnothing$ ?
I've figured it out eventually:
(a) We know that: E13 = E123 $\cup$ E213 $\cup$ E132
Thus: P(E123)+ P(E213) + P(E132) = $2\over3$ $\implies$ 2x + y = $2\over3$ (1)
also: E23 = E123 $\cup$ E231 $\cup$ E213 and:
P(E123) + P(E213) + P(E231) = $1\over2$ $\implies$ 2y + x = $1\over2$ (2).
Solving them system of (1),(2) we get:
y = $1\over9$ and x = $5\over18$ .
However (all the possible outcomes are 3! = 6) :
P( $\bigcup$ E ijk) = 1 $\implies$ x + x + y + y + z + z =1
$\implies$ x + y + z = $1\over2$ (3)
and by substituting the values of x,y to (3) we get: z = $11\over18$.
(b) P( E123 $\cup$ E132) = P(E123) + P(E132) = 2x = $5\over 18$ = $5\over 9$
(c) P(E13) P(E23) = $2\over3$ $1\over2$ = $1\over 3$ (4) and:
E13 = {E123 , E132, E213 }
E23 = {E123, E213, E231 }. These sets have in common 2 events so:
P(E13 $\cap$ E23)= $2\over 6$ = $1\over3$ (5)
(4),(5) $\implies$ P(E13 $\cap$ E23)= P(E13) P(E23), which means that events E13 and E23 are independent.