Understanding the Concept of Independent Events: Venn Diagrams Explained

  • Context: High School 
  • Thread starter Thread starter Addez123
  • Start date Start date
Click For Summary

Discussion Overview

The discussion revolves around the concept of independent events in probability, particularly focusing on the interpretation of independence through Venn diagrams. Participants explore definitions, examples, and the utility of Venn diagrams in illustrating these concepts.

Discussion Character

  • Exploratory
  • Technical explanation
  • Conceptual clarification
  • Debate/contested

Main Points Raised

  • Some participants assert that if events A and B are independent, the probability of both occurring simultaneously should not be zero, contradicting the claim that independence implies no intersection in Venn diagrams.
  • Others clarify that independence means the occurrence of one event does not affect the probability of the other, leading to the equation P(A ∩ B) = P(A)P(B).
  • A participant distinguishes between independent and mutually exclusive events, suggesting that mutual exclusivity implies a change in probability based on the occurrence of another event.
  • Examples are provided, such as sports outcomes, to illustrate independent and dependent events, with some participants noting that certain events can be independent while still having non-zero probabilities of occurring together.
  • There is a discussion about the usefulness of Venn diagrams in probability, with some arguing that they can mislead if not drawn correctly, while others maintain that they can be helpful for visualizing concepts.
  • Participants debate the correct way to draw Venn diagrams for independent events, with suggestions on how to represent probabilities visually.
  • Some express skepticism about the practical utility of Venn diagrams in probability, while others recall them being used effectively in educational contexts.

Areas of Agreement / Disagreement

Participants exhibit disagreement regarding the interpretation of independence and the utility of Venn diagrams in probability. While some definitions and examples are discussed, no consensus is reached on the best approach to represent these concepts visually.

Contextual Notes

There are limitations in the discussion regarding the clarity of definitions and the potential for misinterpretation of Venn diagrams in the context of probability theory. The discussion reflects varying levels of comfort with the concepts and their representations.

Addez123
Messages
199
Reaction score
21
If A and B are independent then the probability of both happening at once should be 0.
If we drew a ven diagram it'd be just two circles who don't intersect.

I'm guessing I got wrong definition of independent, can someone explain please?
 
Physics news on Phys.org
Addez123 said:
If A and B are independent then the probability of both happening at once should be 0.
If we drew a ven diagram it'd be just two circles who don't intersect.

I'm guessing I got wrong definition of independent, can someone explain please?

By definition, two events ##A## and ##B## are independent if the occurrence of one does not affect the probability of occurrence of the other. The concept of independence extends to more than two events, taking pairwise independence for every pair of events inside a finite set of events.

In order to understand why ##P(A\cap B) = P(A)P(B)## you can write this expression using conditional probabilities

##P(A) = \frac{P(A)P(B)}{P(B)} = \frac{P(A\cap B)}{P(B)} = P(A | B)## and similarly for ##P(B)##.

So, you can see in a more intuitive manner that the occurrence of one event does not affect the probability of occurrence of the other.
 
Addez123 said:
If A and B are independent then the probability of both happening at once should be 0.
This is "mutually exclusive", not "independent". Think about it in terms of wagers. Suppose you are betting that it will rain tomorrow. Depending on your location you might accept 10:1 odds on such a wager.

Now, suppose that you also know that tomorrow is Tuesday, would that change the odds you would accept? If not, then they are independent.

If two events are mutually exclusive then knowing one definitely changes the wager you would accept on the other. So they are not independent.
 
  • Like
Likes   Reactions: QuantumQuest
Addez123 said:
If A and B are independent then the probability of both happening at once should be 0.
If we drew a ven diagram it'd be just two circles who don't intersect.

I'm guessing I got wrong definition of independent, can someone explain please?

If event A is Chelsea beating Spurs in the FA cup and event B is Arsenal beating Man City tomorrow, then those are independent, but they could both happen.

But, if event B was Spurs beating Chelsea, then events A and B are not independent, but mutually exclusive.

An example of two events that are dependent are event A that Arsenal win and event B that Sanchez scores a hat trick.
 
  • Like
Likes   Reactions: QuantumQuest
PeroK said:
An example of two events that are dependent are event A that Arsenal win and event B that Sanchez scores a hat trick.

Although, as it turned out, one goal from Sanchez was enough!
 
The most confusing thing here is the symbol ##\cap##. The meaning of this symbol in set theory is very different from the meaning of the same symbol in probability theory. In set theory it can be interpreted in terms of Venn diagrams, but such an interpretation is not very useful in probability theory.
 
  • Like
Likes   Reactions: QuantumQuest
Demystifier said:
n set theory it can be interpreted in terms of Venn diagrams, but such an interpretation is not very useful in probability theory.
Why not? I usually consider it in terms of Venn diagrams also where the area of the region is the probability.
 
Dale said:
Why not?
Because it can mislead you to a wrong conclusion as in post #1.
 
Demystifier said:
Because it can mislead you to a wrong conclusion as in post #1.
But that is because he drew the Venn diagram wrong, not because a correctly drawn Venn diagram is not useful in probability.
 
  • #10
Dale said:
But that is because he drew the Venn diagram wrong, not because a correctly drawn Venn diagram is not useful in probability.
So how to correctly draw the Venn diagram in this case?
 
  • #11
Demystifier said:
So how to correctly draw the Venn diagram in this case?
Draw a square of area 1, a circle of area P(A) and a circle of area P(B). Position them such that both circles are inside the square and their overlap has area P(A∩B). The shape of the circles can be distorted if needed.
 
  • #12
Dale said:
Draw a square of area 1, a circle of area P(A) and a circle of area P(B). Position them such that both circles are inside the square and their overlap has area P(A∩B). The shape of the circles can be distorted if needed.
How such a diagram would tell us that A and B are independent?
 
  • #13
Demystifier said:
How such a diagram would tell us that A and B are independent?
You have it backwards. We were given that A and B were independent, and drew the diagram accordingly.

If instead we were given a Venn diagram where the area represents probability then you can simply check if P(A∩B) = P(A) P(B) by looking at the corresponding areas.
 
  • #14
Dale said:
You have it backwards. We were given that A and B were independent, and drew the diagram accordingly.

If instead we were given a Venn diagram where the area represents probability then you can simply check if P(A∩B) = P(A) P(B) by looking at the corresponding areas.
OK, you can do it, but in my opinion it's not very useful. Do you know any reference where such diagrams are really used in practice?
 
  • #15
Demystifier said:
Do you know any reference where such diagrams are really used in practice?
Such diagrams were used to explain conditional probability and Bayes theorem to me when I was a student. Here is a lecture that takes the same approach: http://math.arizona.edu/~sreyes/math115as08/S08Proj1-BayesThm.ppt

I have not done a survey, but I have the impression that it is a common pedagogical technique. Certainly I would guess that the OP's teacher took that approach.
 
  • #16
Demystifier said:
OK, you can do it, but in my opinion it's not very useful. Do you know any reference where such diagrams are really used in practice?

It's the way I remember Bayes' theorem.

##P(A|B) = \frac{P(B|A)P(A)}{P(B)}##

For some reason this is something I always find hard to remember. So, I draw a Venn diagram of two overlapping sets ##A, B## and note that:

##P(A|B) = \frac{P(A \cap B)}{P(B)}##

That's just the area of ##A \cap B## divided by the area of ##B##.

Likewise:

##P(B|A) = \frac{P(A \cap B)}{P(A)}##

And then I put the two together.

One day, perhaps, I will memorise Bayes' Theorem directly!
 
  • #17
I still find the Venn diagrams in probability calculus more confusing than useful. But perhaps that's just me.
 
  • #18
Here are two example Venn diagrams of independent and dependent events. But I only use it to visualize the concept and don't know if it is a practical method for determining independence.
independentEvents.png
 

Similar threads

  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 16 ·
Replies
16
Views
2K
  • · Replies 13 ·
Replies
13
Views
4K
  • · Replies 3 ·
Replies
3
Views
3K
Replies
7
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 10 ·
Replies
10
Views
3K
Replies
3
Views
12K
Replies
3
Views
2K