Probability question regarding independent events, where am I wrong ?

Click For Summary
SUMMARY

The discussion centers on calculating the probability of making a correct decision regarding two independent events, E1 and E2, with error probabilities of 0.02 and 0.05, respectively. The incorrect approach initially used was P(C1 or C2) = P(C1) + P(C2) - P(C1)·P(C2), yielding a wrong answer of 0.999. The correct calculation for the probability of only one event being judged correctly is P(C1 xor C2) = P(C1) + P(C2) - 2P(C1)·P(C2), resulting in the accurate answer of 0.068. The distinction between inclusive and exclusive probabilities is crucial in this context.

PREREQUISITES
  • Understanding of independent events in probability theory
  • Knowledge of basic probability calculations and formulas
  • Familiarity with the concepts of exclusive and inclusive probabilities
  • Ability to apply logical reasoning to probability problems
NEXT STEPS
  • Study the concept of exclusive or (XOR) in probability
  • Learn about the law of total probability and its applications
  • Explore advanced probability topics such as conditional probability
  • Practice solving problems involving independent events and their probabilities
USEFUL FOR

Students studying probability theory, educators teaching statistics, and anyone looking to deepen their understanding of independent events and probability calculations.

nishantve1
Messages
74
Reaction score
1

Homework Statement



E1 and E2 are two independent events. The probabilities of an error in judgement by a person regarding E1 and E2 are 0.02 and 0.05 respectively. Find the probability that the person will take the correct decision regarding :
only one event

Homework Equations


Two events are independent if occurrence of one is not affected by the other and vice versa .
Let,
C1 be the probability the person judging first one right = (1-0.02) = 0.98
C2 be the probability the person judging the second one right = (1-0.05) = 0.95

The Attempt at a Solution



So if the person judges one event correctly this means the he either judges the first one correctly or the second one correctly
P(only one event) = P(C1 or C2) = P(C1 + C2) =P(C1) + P(C2) - P(C1).P(C2)
=0.999
Which is the wrong anwer . But what's wrong with the logic ?

The hint shows
P(only one event) =
P(E1 is judged correctly and E2 is not judged correctly or E2 is judged correctly and E1 is not judged correctly)

How are these two logics different I mean the first one also finds the probability of one event judgement to be true . Doesn't it ?

Correct answer : 0.068
 
Physics news on Phys.org
P(C1 or C2) = P(C1) + P(C2) − P(C1)·P(C2)
This equation correctly computes the probability of C1 inclusive or C2, not the probability of C1 exclusive or C2, as the problem asks.

Think about it like this: C1 includes the "just C1" event as well as the "C1 and C2" event, and C2 includes the "just C2" event as well as the "C1 and C2" event. When you add their probabilities, you double-count the "C1 and C2" event. Because C1 and C2 are independent, the probability of "C1 and C2" is indeed given by P(C1)·P(C2), but subtracting it once from the sum means you're still single-counting the probability of "C1 and C2." You don't want to count it at all, so you need to subtract that term again. You could modify your formula to get the right answer:

P(C1 xor C2) = P(C1) + P(C2) − 2P(C1)·P(C2)
 
As alternative solution, you can directly evaluate
P(E1 is judged correctly and E2 is not judged correctly or E2 is judged correctly and E1 is not judged correctly)
as
P(C1)(1-P(C2)) + (1-P(C1))P(C2)
As those options are mutually exclusive, you can directly add their probabilites.
 

Similar threads

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