How do I expand this probability union thing

In summary, it seems like he's saying that the probability of any one failure happening is equal to the sum of the probabilities of the individual failures, and that if multiple failures have already occurred, the probability of another failure occurring is just the probability of the first two failures happening together.
  • #1
zeion
466
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
  • #2
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
 
  • #3
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) ?
 
  • #4
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.
 
  • #5
So I minus the last term because I'm adding 4 things?
If it's 3 things I add?
 
  • #6
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.
 
  • #7
why?
 
  • #8
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.
 
  • #9
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
 

Related to How do I expand this probability union thing

1. What is the probability union thing?

The probability union thing refers to the combination of events in probability theory. It represents the likelihood of two or more events occurring together.

2. How do I calculate the probability union?

To calculate the probability union, you need to add the individual probabilities of each event and subtract the probability of their intersection. The formula is P(A∪B) = P(A) + P(B) - P(A∩B).

3. Can the probability union be greater than 1?

No, the probability union can never be greater than 1. This is because the sum of probabilities can never exceed 1, which represents 100% certainty.

4. How is the probability union different from the probability intersection?

The probability union represents the likelihood of either of the events occurring, while the probability intersection represents the likelihood of both events occurring simultaneously.

5. What is the significance of the probability union in statistics?

The probability union is important in statistics as it allows us to calculate the likelihood of multiple events happening at the same time. It is used in various statistical analyses, such as hypothesis testing and decision making.

Similar threads

  • Precalculus Mathematics Homework Help
Replies
6
Views
793
  • Precalculus Mathematics Homework Help
Replies
18
Views
633
  • Precalculus Mathematics Homework Help
Replies
5
Views
911
  • Precalculus Mathematics Homework Help
Replies
8
Views
2K
  • Precalculus Mathematics Homework Help
Replies
7
Views
1K
  • Precalculus Mathematics Homework Help
Replies
8
Views
939
Replies
21
Views
711
  • Precalculus Mathematics Homework Help
Replies
24
Views
2K
  • Precalculus Mathematics Homework Help
Replies
5
Views
3K
  • Precalculus Mathematics Homework Help
Replies
6
Views
913
Back
Top