According to my textbook,
Two events are independent if the occurrence of one does not affect the probability of the other.
Or we could also say,
Two events are not independent if the occurrence of one does affect the probability of the other.
Suppose we draw two cards in succession from a deck (without replacement). Let
- E = "the first draw is a Jack"
- F = "the second draw is a Jack"
We can conclude that E and F are not independent. Strangely, my argument and the textbook's argument for the same conclusion are different. I know my reasoning is incorrect somehow but I'm not sure why.
My Argument: I simply assume E occurs and assume E does not occur to see whether this affects the probability of F.
- if E occurs then P(F)=3/51
- if E does not occur then P(F)=4/51
Notice the "occurrence of one does affect the probability of the other". That is, the occurrence of E does affect the probability of F. Thus, I can then safely conclude, that the events are not independent based on the definition above, cased closed.
Textbook Argument: Notice that P(E)=4/52 and P(F|E)=3/51. Since they are not equal, the events are not independent. I don't understand why this proves it. They aren't even the same draw. The former is the first draw and the latter is the second draw. I don't see why we should be comparing them at all. It doesn't seem to be applicable to the definition above.
I must be assuming something, misunderstanding the definition, or missing something obvious. Can someone help me sort this out?