Key Concepts and Formulas
- Conditional Probability: For any two events E1 and E2 where P(E2)>0, the probability of E1 occurring given that E2 has occurred is given by:
P(E1∣E2)=P(E2)P(E1∩E2)
In this problem, E1=B and E2=(A∪B).
- Probability of Union (Addition Rule): For any two events E1 and E2:
P(E1∪E2)=P(E1)+P(E2)−P(E1∩E2)
- Complement Rule: For any event E:
P(E)=1−P(E)
- Set Difference/Intersection with Complement: The probability of event A occurring but not event B is:
P(A∩B)=P(A)−P(A∩B)
- Distributive Law for Sets: For any three sets E1,E2,E3:
E1∩(E2∪E3)=(E1∩E2)∪(E1∩E3)
- Intersection of a Set and its Complement: A set intersected with its complement is the empty set (∅), hence its probability is 0:
P(E∩E)=0
Step-by-Step Solution
We are given:
- P(A)=0.7
- P(B)=0.4
- P(A∩B)=0.5
Our goal is to calculate P(B∣(A∪B)).
Step 1: Calculate P(A∩B)
- What we are doing: We use the given P(A) and P(A∩B) to find P(A∩B). This is a crucial intermediate step, as P(A∩B) is often a fundamental component in many probability calculations and will be needed for our numerator.
- Why we are doing it: The identity P(A∩B)=P(A)−P(A∩B) allows us to isolate P(A∩B).
Using the identity P(A∩B)=P(A)−P(A∩B):
0.5=0.7−P(A∩B)
Solving for P(A∩B):
P(A∩B)=0.7−0.5
⟹P(A∩B)=0.2
Step 2: Calculate the Denominator P(A∪B)
- What we are doing: We need to find the probability of the event (A∪B), which will be the denominator of our conditional probability formula.
- Why we are doing it: This is a direct application of the Addition Rule for probabilities.
First, calculate P(B) using the Complement Rule:
P(B)=1−P(B)
P(B)=1−0.4
⟹P(B)=0.6
Now, apply the Addition Rule for P(A∪B):
P(A∪B)=P(A)+P(B)−P(A∩B)
Substitute the known values:
P(A∪B)=0.7+0.6−0.5
P(A∪B)=1.3−0.5
⟹P(A∪B)=0.8
Step 3: Calculate the Numerator P(B∩(A∪B))
- What we are doing: We need to find the probability of the intersection of event B with event (A∪B).
- Why we are doing it: The expression B∩(A∪B) can be simplified using the Distributive Law for sets, which will allow us to relate it to probabilities we've already calculated.
Using the Distributive Law for sets, E1∩(E2∪E3)=(E1∩E2)∪(E1∩E3):
B∩(A∪B)=(B∩A)∪(B∩B)
Now, consider the term B∩B. This represents the event where B occurs AND B does not occur, which is an impossible event (the empty set ∅).
Therefore, P(B∩B)=0.
Substituting this back into the expression for the numerator:
P(B∩(A∪B))=P((B∩A)∪∅)
The union of any set with the empty set is just the original set:
P((B∩A)∪∅)=P(B∩A)
From Step 1, we know P(B∩A)=P(A∩B)=0.2.
⟹P(B∩(A∪B))=0.2
Step 4: Apply the Conditional Probability Formula
- What we are doing: We now have both the numerator and the denominator, so we can directly apply the conditional probability formula.
- Why we are doing it: This is the final step to answer the original question.
Using the conditional probability formula:
P(B∣(A∪B))=P(A∪B)P(B∩(A∪B))
Substitute the values calculated in Step 3 and Step 2:
P(B∣(A∪B))=0.80.2
P(B∣(A∪B))=82
⟹P(B∣(A∪B))=41
Common Mistakes & Tips
- Misinterpreting Set Operations: Ensure you correctly interpret ∩ (intersection), ∪ (union), and E (complement). A common mistake is confusing A∩B with A∖B, which are equivalent, but also with P(A)−P(B) (which is generally incorrect).
- Incorrectly Applying Distributive Law: Be careful when distributing intersection over union. Remember that E∩E=∅.
- Calculation Errors: Decimal arithmetic can be tricky. Convert to fractions if it helps prevent errors.
Summary
This problem required a systematic application of fundamental probability rules and set theory identities. We first calculated P(A∩B) from the given P(A) and P(A∩B). Then, we determined the denominator P(A∪B) using the Addition Rule. The numerator P(B∩(A∪B)) was simplified using the Distributive Law and the property of a set intersecting its complement, reducing it to P(A∩B). Finally, we divided the numerator by the denominator to find the conditional probability. The calculated probability is 41.
Final Answer
The final answer is 41, which corresponds to option (C).