5
$\begingroup$

Roll $2$ dice.
Let $E$ be the event that the sum of the dice is $6$
Let $F$ be the event that the sum of the dice is $7$
Let $G$ be the event that the first die rolled is a $4$

$E$ and $G$ are dependent (since $P(E\cap G) \neq P(E)P(G)$ )
$F$ and $G$ are independent (since $P(F\cap G) = P(F)P(G)$ )

Intuitively, why is this true?

  • 0
    @digital-Ink good question. In that comment I was language to highlight the distinction between causation and correlation - and avoid using the terms dependent independent. So I was using correlation loosely here (though you could assign numerical values to the events and speak of correlation properly) I understood it to be implicit in the question that the first intuition would be that neither are be dependent - because neither dice affects (causally) the other. The question of what causation is is complex. Here, by causally independent I mean something not physically affecting something else2016-09-17

4 Answers 4

8

Roughly speaking, if you know the sum of the dice is $6$, that gives you some information about what the first die rolled: namely, that it couldn't possibly have rolled a $6$. On the other hand, if you know the sum of the dice is $7$, that doesn't tell you anything about the result of the first die. For any number $n$ it might have rolled, the second die could have rolled the number $7-n$. So events relating to the result of the first die are independent of whether you rolled a $7$, but not of whether you rolled a $6$.

You can make this a little more rigorous by thinking in terms of conditional probabilities: if $A$ and $B$ are events with nonzero probability, then they're independent if and only if $P(A|B)=P(A)$ (or $P(B|A)=P(B)$). For your events, a bit of case analysis will show you that $P(G|F)=1/6=P(G)$, but $P(G|E)=1/5 \neq P(G)$.

3

It's slightly more intuitive to think about this problem in terms of conditional probabilities.

We want to understand why P(F | G) = P(F). There are exactly 6 pairs of dice values whose sum is 7: {(1,6), (2,5), (3,4), (4,3), (5,2), (6,1)}. That is for each possible outcome of the first roll, there is exactly one (unique) outcome of the second roll which would yield a sum of 7. In other words, given the value of the first die, the probability that the sum of the dice roll is 7 is 1/6.

P(E|G) != P(E) because there are values of the first roll which make it impossible to have a sum of 6 - in particular, if the value of the first roll is 6. Therefore, knowledge of the value of the first die changes the probability that the sum of the two dice is 7.

0

Think about it this way: when you roll a any number the first time, like a 4, there is only 1 out of 6 possibilities that the next number will give you a sum of seven, thus 1/6

Like Micah said, there are exactly 6 combinations of the two die that will give you seven, out of a total of 36 possible combos. 6/36=1/6

Note the probability of getting a sum of seven with two die, is equal to the probability of getting a sum of seven after rolling 4. That is the definition of independence.