How do I expand this probability union thing

Click For Summary

Homework Help Overview

The discussion revolves around expanding the probability of the union of multiple events, specifically P(A∪B∪C∪D), where A, B, C, and D are not disjoint events. Participants are exploring how to correctly apply the principles of probability to account for overlapping events.

Discussion Character

  • Conceptual clarification, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants are attempting to expand the expression for P(A∪B∪C∪D) and are discussing the necessary terms to include, such as intersections of pairs and triples of events. Some express confusion over the notation and the logic behind including or excluding certain terms.

Discussion Status

There is an ongoing exploration of the correct formula for the union of events, with some participants suggesting corrections to each other's attempts. The discussion has highlighted the distinction between independent and disjoint events, leading to further questions about how independence affects the calculations.

Contextual Notes

Participants are working under the assumption that the events are independent, but there is confusion regarding the implications of this independence versus disjointness. The original poster mentions specific probabilities for each event, which adds a layer of complexity to the discussion.

zeion
Messages
455
Reaction score
1

Homework Statement



I need to expand this:
P(A∪B∪C∪D)
A,B,C,D are not disjoint.


Homework Equations





The Attempt at a Solution



P(A∪B∪C∪D) = P(A) + P(B) + P(C) + P(D) - P(A∩B) - P(A∩C) - P(B∩D) - P(C∩D) + P(A∩B∩C∩D)

Is that right
 
Physics news on Phys.org
zeion said:

Homework Statement



I need to expand this:
P(A∪B∪C∪D)
A,B,C,D are not disjoint.


P(A∪B∪C∪D) = P(A) + P(B) + P(C) + P(D) - P(A∩B) - P(A∩C) - P(B∩D) - P(C∩D) + P(A∩B∩C∩D)

Is that right

Not quite. You are missing some terms and it isn't finished. You have to subtract terms for all pairs. For example you are missing -P(A∩D). Then you have to add all the triple intersections then subtract that last term. Here's the formula near the bottom of the page:

http://mathworld.wolfram.com/Probability.html
 
I don't get it. Those weird symbols are confusing.
So is it

P(A∪B∪C∪D) = P(A) + P(B) + P(C) + P(D) - P(A∩B) - P(A∩C) - P(A∩D) - P(B∩C) - P(B∩D) - P(C∩D) + P(A∩B∩C) + P(A∩B∩D) + P(B∩C∩D) + P(A∩B∩C∩D) ?
 
zeion said:
I don't get it. Those weird symbols are confusing.
So is it

P(A∪B∪C∪D) = P(A) + P(B) + P(C) + P(D) - P(A∩B) - P(A∩C) - P(A∩D) - P(B∩C) - P(B∩D) - P(C∩D) + P(A∩B∩C) + P(A∩B∩D) + P(B∩C∩D) + P(A∩B∩C∩D) ?

Yes except you missed P(A∩C∩D) and the last term needs a minus sign.
 
So I minus the last term because I'm adding 4 things?
If it's 3 things I add?
 
zeion said:
So I minus the last term because I'm adding 4 things?
If it's 3 things I add?

Yes. The signs alternate in that fashion.
 
why?
 
LCKurtz said:
Yes. The signs alternate in that fashion.

zeion said:
why?

For the same reason you get a minus in the expansion

P(A∪B) = P(A) + P(B) - P(A∩B)

A and B both contain A∩B so the first two terms account for A∩B twice. So you have to subtract it out to avoid counting it twice. You get a similar thing with three and four; it's just a little more complicated to keep track of.
 
wow that's so annoying.
so if I had like 20 terms it's hard to do by hand
 
  • #10
zeion said:
wow that's so annoying.
so if I had like 20 terms it's hard to do by hand

Try not to lose any sleep over it. :cry:
 
  • #11
Hey zeion - you must be taking the same stats course as me. Make sure to notice that the question specifies that the events are independent!
 
  • #12
Okay so does that mean I have to do something else
I'm so confused
 
  • #13
Since they're independent,

P(A∪B∪C∪D) = P(A) + P(B) + P(C) + P(D)

Also,

P(A∩B∩C) = P(A)P(B)P(C) and

P(A|B) = P(A)

I find that the text he quotes from (there's a link to the PDF version of it on the course site) is very useful. Not that I'm having an easy time of it!
 
  • #14
eldani said:
Since they're independent,

P(A∪B∪C∪D) = P(A) + P(B) + P(C) + P(D)

No no no! That's true for disjoint sets, which these are given not to be. They aren't given as independent and that isn't the same as disjoint anyway.
 
  • #15
Hi LCKurtz,

I'm a newbie, so I may very well have it wrong, but the full question states:

A school has a computer lab that is closed for the summer, when no students are
there, and then is re-opened in the fall. Sometimes, a computer in the lab that worked before the lab closed is found to not work properly when it is powered up again in the fall.
These computer failures are always due to one or more of the following causes:
A) Failure of the power supply.
B) Failure of the disk drive.
C) Failure of the RAM.
D) Failure of the CPU.
From long experience, it is known that these failure events are INDEPENDENT, and that their probabilities of occurrence (for a single computer) are P(A) = 0.04, P(B) = 0.03, P(C) = 0.02, and
P(D) = 0.01.
1) Find the probability that a computer will fail for any of these reasons — that is, find P(F), where F = A ∪ B ∪ C ∪ D.
2) Find the probability that a non-working computer has failed for more than one reason — that is, find the conditional probability that more than one of A, B, C, and D has occurred, given that F = A ∪ B ∪ C ∪ D has occurred.

I'll have to dig through my notes to see where he told us that P(A∪B∪C∪D) = P(A) + P(B) + P(C) + P(D). Perhaps I misinterpreted.
 
  • #16
Independent is not disjoint. I believe the prof emphasized that point as well.
Independent just means their likelihood of happening does not depend on each other, but they are not disjoint because more than one of them could happen at the same time.
ie. "one or more of the following causes"

Although I'm still not sure how the thing about them being mutually independent changes anything..
 
  • #17
Well, I think that means that these are still true:

P(A∩B∩C) = P(A)P(B)P(C) and

P(A|B) = P(A)
 
  • #18
My faulty memory - I had mixed up disjoint and independent. For independent, it seems like the easiest calculation is:

P(A∪B∪C∪D) = 1 - [1-P(A)][1-P(B)][1-P(C)][1-P(D)]

But don't quote me on that! Like I said - I'm a newb.
 
  • #19
Where did you get that from..?

I hate this course.. pretty sure I failed that quiz.
 
  • #21
(I felt shell-shocked after that quiz)
 
  • #22
Looks like it's the same answer with that method. So I guess it works
 

Similar threads

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