if A and B are any two events and are not disjoint then show that p(AuB)= p(A)+p(B)-p(AnB)
Answers
Answer:
taking my first course in Probability and one of my homework problems is to prove that for any two sets:
P(A∪B)=P(A)+P(B)−P(A∩B)
Note that the function P is the probability of an event happening. From the third axiom, we are given that for any two disjoint sets, that is A∩B=∅:
P(A∪B)=P(A)+P(B)
My thought process follows from this third axiom, but I run into a problem near the end:
Since A and B are disjoint sets, P(A)=P(A−B) and P(B)=P(B−A), so
P(A∪B)=P(A)+P(B)=P(A−B)+P(B−A)
From this, it appears that we are essentially taking the symmetric difference of A and B. This, to me, seems to be equivalent to:
P(A−B)+P(B−A)=P(A)+P(B)−P(A∩B)
Hence, by my logic:
P(A∪B)=P(A)+P(B)−P(A∩B)
Which, in essence, doesn't care whether two sets are disjoint or not as we are subtracting the intersection of them. If the sets are disjoint, then the intersection is merely null. If they intersect, then we are removing the "extra pieces".
you can solve your problem by using this solution