MHB Max Value of $P(A \cap B): \min(P(A),P(B))

  • Thread starter Thread starter Guest2
  • Start date Start date
  • Tags Tags
    Probability
AI Thread Summary
The discussion focuses on determining the maximum value of the intersection of two events, $P(A \cap B)$, given that the sum of their probabilities exceeds one. It is established that the largest possible value of $P(A \cap B)$ is equal to the minimum of the individual probabilities, expressed as $\min(P(A), P(B))$. Participants suggest using the formula $P(A \cap B) = P(A) + P(B) - P(A \cup B)$ to derive this relationship. Through rearranging the equation, it is shown that $P(A \cap B)$ cannot exceed either $P(A)$ or $P(B)$. The conclusion emphasizes understanding the bounds of intersection probabilities in relation to the individual event probabilities.
Guest2
Messages
192
Reaction score
0
Suppose $A$ and $B$ are events with $P(A)+P(B)>1$. Show that the largest possible value of $P(A \cap B)$ is $ \min(P(A), P(B))$.

I suspect I'm supposed to use $P(A \cap B) = P(A)+P(B) -P(A \cup B)$ but I've no idea how.
 
Physics news on Phys.org
Rearrange your equation to:
$$P(A)-P(A\cap B)=P(A\cup B)-P(B)$$
I hope you now see that
$$P(A\cap B)\leq P(A)$$
Now finish.
 
johng said:
Rearrange your equation to:
$$P(A)-P(A\cap B)=P(A\cup B)-P(B)$$
I hope you now see that
$$P(A\cap B)\leq P(A)$$
Now finish.
Thank you. I get it now. :D
 
Last edited:
Back
Top