Find dependent event when two dice are thrown simultaneously.

1.4k Views Asked by At

Let two fair six-faced dice $A$ and $B$ be thrown simultaneously. If $E_1$ is the event that die $A$ shows up four, $E_2$ is the event that die $B$ shows up two and $E_3$ is the event that the sum of numbers on both dice is odd, then which of the following statements is NOT true ?

  1. $E_1$ and $E_3$ are independent.
  2. $E_1$ , $E_2$ and $E_3$ are independent
  3. $E_1$ and $E_2$ are independent.
  4. $E_2$ and $E_3$ are independent.

My attempt :

$E_1=(4,1) (4,2) (4,3) (4,4) (4,5) (4,6),$

$E_2 = (1,2) (2,2) (3,2) (4,2) (5,2) (6,2)$

$E_3 = (1,2)....... (6,5)$ One even and one odd

$P(E_1) =1/6$

$P(E_2) = 1/6$

$P(E_3) =1/2$

$P(E_1.E_2.E_3) = 0$

$P(E_1.E_2) = 1/36 //(4,2)$

$P(E_1).P(E_2) =1/6.1/6 =1/36$

$E_1 ,E_2$ are dependent.

But somewhere, answer is given option $(2)$.

Can you explain in formal way, please?

2

There are 2 best solutions below

1
On BEST ANSWER

Two events $A$ and $B$ are independent if and only if their joint probability equals the product of their probabilities:

$$\mathrm{P}(A \cap B) = \mathrm{P}(A)\mathrm{P}(B)$$

Here we have that

$$P(E_1 \cap E_2) = \frac{1}{36}$$

$$P(E_1) \cdot P(E_2) =\frac{1}{6} \cdot \frac{1}{6} = \frac{1}{36}$$

So they are independent.

On the other hand

$$P(E_1) = \frac{1}{6}, \:\:P(E_2) = \frac{1}{6}, \:\:P(E_3) = \frac{1}{2}$$

$$P(E_1 \cap E_2) = \frac{1}{36}, \:\:P(E_2 \cap E_3) = \frac{1}{12}, \:\: P(E_1 \cap E_3) = \frac{1}{12}$$

$$P(E_1 \cap E_2 \cap E_3) = 0 \neq P(E_1) \cdot P(E_2) \cdot P(E_3)$$

So option $(2)$ is the right answer.

1
On

$E_1$ and $E_2$ are pairwise independent because the result of one die has no influence on the result of the other. $$\mathsf P(E_2\mid E_1)=\mathsf P(E_2)$$

$E_1$ and $E_3$ are pairwise independent because the result of the first die has no influence on the probability that the sum of the two die is odd. For every result of the first die, exactly half of the results of the other die will produce an odd sum (and the die is fair). $$\mathsf P(E_3\mid E_1)=\mathsf P(E_3\mid E_1^\complement)$$

Likewise $E_2$ and $E_3$ are pairwise independent.

However, when the first die shows 4 and the second shows 2 then their sum is certainly not odd. Thus the three events are not jointly independent; as the realisation of two events has a definite influence on that of the third. $$\mathsf P(E_3\mid E_1,E_2)=0\neq\mathsf P( E_3)$$