Probability of Independent Events

Click For Summary

Homework Help Overview

The discussion revolves around the probabilities of three events A1, A2, and A3, specifically focusing on calculating the probabilities of at least one and at least two of these events occurring. The context involves understanding the implications of independence among the events in part (c) of the problem.

Discussion Character

  • Conceptual clarification, Assumption checking, Exploratory

Approaches and Questions Raised

  • Participants explore the expressions for the probabilities of at least one and at least two events occurring, questioning the meaning of terms like (1 - pi) and how they relate to the probabilities of the events not occurring. There is also discussion on the application of the inclusion-exclusion principle in this context.

Discussion Status

The discussion is active, with participants providing clarifications on the definitions of probabilities and the implications of independence. Some participants express confusion about the instructor's answers and seek further explanations, while others provide insights into the reasoning behind the calculations.

Contextual Notes

There is a recognition that the independence of events is only relevant in part (c), leading to a discussion about the lack of sufficient information for parts (a) and (b) if independence is not assumed. Participants note that additional probabilities would be needed to fully address those parts.

_N3WTON_
Messages
350
Reaction score
3

Homework Statement


Consider three events A1, A2, and A3, and let pi = P(Ai), for i = 1, 2, 3.
a) Express the probability that at least one of these three events occurs in terms of the pi ’s.
b) Express the probability that at least two of the events occur.
c) Suppose that A1, A2 and A3 are independent events. Verify that P(A1|A2 ∩ A3) = P(A1).

Homework Equations

The Attempt at a Solution


For part c I had no trouble obtaining a solution:
P(A1|A2 ∩ A3) = P[A1 ∩ (A2 ∩ A3)] P(A2 ∩ A3)
By independence, we have P[A1 ∩ (A2 ∩ A3)] = P(A1)P(A2)P(A3) and P(A2 ∩ A3) = P(A2)P(A3), and the result follows. However, I am having some trouble with the first two. The answer given by the instructor for a is:
1 − (1 − p1)(1 − p2)(1 − p3)
and for b is:
p1p2(1 − p3) + p1(1 − p2)p3 + (1 − p1)p2p3 + p1p2p3. I am not trying to dispute these answers, I am just having trouble understanding where they come from. Specifically, I do not understand the expression (1-p1), I assume that this is the probability that either p2 or p3 occur, but I'm not sure why. I was hoping somebody could give me some sort of explanation. Thanks.
 
Physics news on Phys.org
1-pi is the probability of Ai not occurring.
 
Orodruin said:
1-pi is the probability of Ai not occurring.
Ok, thanks...so then the expression p1p2(1-p3) would be the probability that either p1 or p2 occur?
 
It is the probability that A1 and A2 occur and that A3 does not - assuming the events are independent.
 
Orodruin said:
It is the probability that A1 and A2 occur and that A3 does not - assuming the events are independent.
ok, thank you
 
_N3WTON_ said:

Homework Statement


Consider three events A1, A2, and A3, and let pi = P(Ai), for i = 1, 2, 3.
a) Express the probability that at least one of these three events occurs in terms of the pi ’s.
b) Express the probability that at least two of the events occur.
c) Suppose that A1, A2 and A3 are independent events. Verify that P(A1|A2 ∩ A3) = P(A1).

Homework Equations

The Attempt at a Solution


For part c I had no trouble obtaining a solution:
P(A1|A2 ∩ A3) = P[A1 ∩ (A2 ∩ A3)] P(A2 ∩ A3)
By independence, we have P[A1 ∩ (A2 ∩ A3)] = P(A1)P(A2)P(A3) and P(A2 ∩ A3) = P(A2)P(A3), and the result follows. However, I am having some trouble with the first two. The answer given by the instructor for a is:
1 − (1 − p1)(1 − p2)(1 − p3)
and for b is:
p1p2(1 − p3) + p1(1 − p2)p3 + (1 − p1)p2p3 + p1p2p3. I am not trying to dispute these answers, I am just having trouble understanding where they come from. Specifically, I do not understand the expression (1-p1), I assume that this is the probability that either p2 or p3 occur, but I'm not sure why. I was hoping somebody could give me some sort of explanation. Thanks.

The way the problem is written, independence does not enter until part (c), so (presumably), A1, A2, A3 need not be independent in parts (a) and (b). In that case you do not have enough information to do parts (a) and (b); you would need to know also the probabilities ##P(A_1 \cap A_2)##, ##P(A_1 \cap A_3##, ##P(A_2 \cap A_3## and ##P(A_1 \cap A_2 \cap A_3)##. If you did know these, the inclusion-exclusion principle would allow you to compute P{at least one }. A less well-known extension of the inclusion-exclusion principle would allow for calculation of P{exactly 1 occurs}, P{exactly 2 occur}, P{at least 2 occur}, etc. See, eg.,
http://www.tricki.org/article/To_co...nts_occur_use_generalized_inclusion-exclusion

If the events ARE independent, the inclusion-exclusion probabilities simplify a lot, and you can obtain explicit results. Below, let ##p_{i} = P(A_i)##, ##p_{ij} = P(A_i \cap A_j)## and ##p_{123} = P(A_1 \cap A_2 \cap A_3)## (with no independence assumptions).
The instructor's answer for (a) comes from the fact that
P(\text{at least one occurs}) = P(A_1 \cup A_2 \cup A_3)\\<br /> = p_1 + p_2 + p_2 - p_{12} - p_{13} - p_{23} + p_{123} .
Assuming indepedence, we can go further, as we would then have
P(\text{at least one occurs})<br /> = p_1 + p_2 + p_3 - p_1 p_2 - p_1 p_3 - p_2 p_3 + p_1 p_2 p_3 \\<br /> = 1 - (1-p_1)(1 - p_2)(1 - p_3)<br />BTW: even "pairwise independence" is not enough: it is possible to have ##p_{12} = p_1 p_2##, ##p_{13} = p_1 p_3## and ##p_{23} = p_2 p_3##, but ##p_{123} \neq p_1 p_2 p_3##.
 
Ray Vickson said:
The way the problem is written, independence does not enter until part (c), so (presumably), A1, A2, A3 need not be independent in parts (a) and (b). In that case you do not have enough information to do parts (a) and (b); you would need to know also the probabilities ##P(A_1 \cap A_2)##, ##P(A_1 \cap A_3##, ##P(A_2 \cap A_3## and ##P(A_1 \cap A_2 \cap A_3)##. If you did know these, the inclusion-exclusion principle would allow you to compute P{at least one }. A less well-known extension of the inclusion-exclusion principle would allow for calculation of P{exactly 1 occurs}, P{exactly 2 occur}, P{at least 2 occur}, etc. See, eg.,
http://www.tricki.org/article/To_co...nts_occur_use_generalized_inclusion-exclusion

If the events ARE independent, the inclusion-exclusion probabilities simplify a lot, and you can obtain explicit results. Below, let ##p_{i} = P(A_i)##, ##p_{ij} = P(A_i \cap A_j)## and ##p_{123} = P(A_1 \cap A_2 \cap A_3)## (with no independence assumptions).
The instructor's answer for (a) comes from the fact that
P(\text{at least one occurs}) = P(A_1 \cup A_2 \cup A_3)\\<br /> = p_1 + p_2 + p_2 - p_{12} - p_{13} - p_{23} + p_{123} .
Assuming indepedence, we can go further, as we would then have
P(\text{at least one occurs})<br /> = p_1 + p_2 + p_3 - p_1 p_2 - p_1 p_3 - p_2 p_3 + p_1 p_2 p_3 \\<br /> = 1 - (1-p_1)(1 - p_2)(1 - p_3)<br />BTW: even "pairwise independence" is not enough: it is possible to have ##p_{12} = p_1 p_2##, ##p_{13} = p_1 p_3## and ##p_{23} = p_2 p_3##, but ##p_{123} \neq p_1 p_2 p_3##.
Just to be clear, you simplification assuming independence comes from the fact that:
P(A_{i1} \cap A_{i2} \cap ... \cap A_{ik}) = P(A_{i1}) * P(A_{i2}) *...*P(A_{ik}) ?
 
_N3WTON_ said:
Just to be clear, you simplification assuming independence comes from the fact that:
P(A_{i1} \cap A_{i2} \cap ... \cap A_{ik}) = P(A_{i1}) * P(A_{i2}) *...*P(A_{ik}) ?

Yes.
 
Ray Vickson said:
Yes.
Ok fantastic, thank you for the explanation!
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
7K
  • · Replies 4 ·
Replies
4
Views
1K
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 38 ·
2
Replies
38
Views
6K
  • · Replies 8 ·
Replies
8
Views
1K
  • · Replies 6 ·
Replies
6
Views
2K