Calculating Conditional Probabilities with Mutually Exclusive Events

Click For Summary
SUMMARY

The discussion focuses on calculating conditional probabilities involving mutually exclusive events, specifically evaluating P(A|(B or C)). The consensus is that P(A|(B or C)) cannot be simplified to P(A|B) + P(A|C) due to the nature of conditional probabilities. An example using a standard deck of cards illustrates that P(A|C) + P(A|H) does not equal P(A|(C ∪ H)). The correct formula involves the intersection of events and requires careful consideration of the probabilities involved.

PREREQUISITES
  • Understanding of conditional probability
  • Familiarity with mutually exclusive events
  • Basic knowledge of probability notation and formulas
  • Experience with combinatorial problems, such as card games
NEXT STEPS
  • Study the law of total probability in relation to conditional events
  • Learn about Bayes' theorem and its applications
  • Explore advanced topics in probability, such as joint and marginal distributions
  • Practice problems involving conditional probabilities with real-world scenarios
USEFUL FOR

Students of statistics, mathematicians, data scientists, and anyone interested in mastering the concepts of conditional probability and its applications in various fields.

quantumnano
Messages
4
Reaction score
0
How would I evaluate the following:
P(A|(B or C)) where B and C are two mutually exclusive events.

I have scoured a couple texts and the internet but have made no headway, any insight would be greatly appreciated.

QN
 
Physics news on Phys.org
My guess: P(A|B or C) = P(A|B) + P(A|C) as long as B and C are mutually exclusive.
 
mathman said:
My guess: P(A|B or C) = P(A|B) + P(A|C) as long as B and C are mutually exclusive.

No. Consider drawing one card from a standard deck.

\begin{align*}<br /> A &amp; = \text{ card is an Ace}\\<br /> C &amp; = \text{ card is a Club}\\<br /> H &amp; = \text{ card is a Heart}<br /> \end{align*}<br />

Then C, H are mutually exclusive. Now

<br /> \begin{align*}<br /> P(A \mid C) &amp; = \frac 1 {13} \\<br /> P(A \mid H) &amp; = \frac 1 {13} \\<br /> P(A \mid C) + P(A \mid H) &amp; = \frac{2}{13} \\<br /> P(A \mid C \cup H) &amp; = \frac{2}{26} = \frac 1{13}<br /> \end{align*}<br />

The problem is this (for general events)

<br /> P(A \mid B \cup C) = \frac{P(A \cap (B \cup C))}{P(B \cup C)} = \frac{P(A \cap B)}{P(B) + P(C)} + \frac{P(A \cap C)}{P(B) + P(C)} \tag{1}<br />

and there is no simple general way to split (1) into a sum of different fractions where one has denominator P(B) and the other has denominator P(C).
 

Similar threads

  • · Replies 13 ·
Replies
13
Views
4K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 7 ·
Replies
7
Views
1K
  • · Replies 5 ·
Replies
5
Views
1K
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 36 ·
2
Replies
36
Views
5K
  • · Replies 3 ·
Replies
3
Views
2K