Probability independence problem

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
naptor
Messages
12
Reaction score
0

Homework Statement


Let
[itex]E= A \cup \bar{B}[/itex] and [itex]F= \bar{D} \cup C[/itex]
Assuming that A,B,C,D are independent show that
F and E are independent

Homework Equations


By definition A and by are independent if and only P(AB)=P(A)P(B).

The Attempt at a Solution


I tried to use set theory to simplify E[itex]\cap[/itex]F.But I couldn't imply the definition,all I got was this bunch of unions :
EF=[itex]A \bar{D} \cup A C \cup \bar{B} \bar{D} \cup \bar{B} C[/itex]
 
Physics news on Phys.org
tiny-tim said:
hi naptor! :smile:

start with, what is [itex]P(A \cup \bar{B})[/itex] ? :wink:

Hi tim :smile thanks for the reply

ok so :[itex]P(A \cup \bar{B})=P(A)+P(\bar{B})-P(A \cap \bar{B})[/itex] I can get rid off [itex]A \cap \bar{B}[/itex] using [itex]P(A)=P(A\cap B )+P(A \cap \bar{B}) \Rightarrow P(A \cap \bar{B}) =P(A)-P(A\cap B )[/itex] now I can plug this in my first eq and use the hypothesis I got:[itex]P(A \cup \bar{B})=P(A)+P(\bar{B})-P(A)P(\bar{B})[/itex] and the same thing for [itex]P(\bar{D}\cup C)[/itex]. I'm trying to combine these expressions in oder to get [itex]P(E \cap F)=P(E)P(F)[/itex].
Am I on the right track?
 
Last edited:
hi naptor! :smile:
naptor said:
[itex]P(A \cup \bar{B})=P(A)+P(\bar{B})-P(A \cap \bar{B})[/itex] I can get rid off [itex]A \cap \bar{B}[/itex] using [itex]P(A)=P(A\cap B )+P(A \cap \bar{B}) \Rightarrow P(A \cap \bar{B}) =P(A)-P(A\cap B )[/itex] now I can plug this in my first eq and use the hypothesis I got:[itex]P(A \cup \bar{B})=P(A)+P(\bar{B})-P(A)P(\bar{B})[/itex]

a bit long-winded, and you still have a P(A), which should have canceled :redface:

easier would have been [itex]P(A \cup \bar{B})=P(\bar{B})+P(A \cap B)[/itex] :wink:

try again :smile:
 
naptor said:

Homework Statement


Let
[itex]E= A \cup \bar{B}[/itex] and [itex]F= \bar{D} \cup C[/itex]
Assuming that A,B,C,D are independent show that
F and E are independent

Homework Equations


By definition A and by are independent if and only P(AB)=P(A)P(B).

The Attempt at a Solution


I tried to use set theory to simplify E[itex]\cap[/itex]F.But I couldn't imply the definition,all I got was this bunch of unions :
EF=[itex]A \bar{D} \cup A C \cup \bar{B} \bar{D} \cup \bar{B} C[/itex]

It is a lot easier to first recognize some easily-proven preliminary properties: (i) two events [itex]U \text{ and } V[/itex] are independent if and only if [itex]U \text{ and } \bar{V}[/itex] are independent; and (ii) If [itex]U, V, W[/itex] are independent, then [itex]U \text{ and } V \cup W[/itex] are independent, as are [itex]U \text{ and } V \cap W[/itex].

Because of these properties it does not matter whether we use [itex]B \text{ or } \bar{B}[/itex] and it does not matter whether we use [itex]C \text{ or } \bar{C}.[/itex] So, we can ask instead whether [itex]A \cup B \text{ and } \bar{C} \cup \bar{D}[/itex] are independent, or equivalently, whether [itex]A \cup B \text{ and } C \cap D[/itex] are independent. This last form is easier to work with. We have
[tex]P\{ (A \cup B)\cap( C \cap D) \} = P\{ (A \cap C \cap D) \cup (B \cap C \cap \D) \}\\<br /> = P\{A \cap (C \cap D) \} + P\{B \cap (C \cap D) \} – P\{ (A \cap B)\cap(C \cap D)\} \\<br /> = P\{A\} P\{C \cap D\} + P\{B\} P\{C \cap D\} – P\{A \cap B \}P\{ C \cap D\}\\<br /> = P\{ A \cup B\} P\{ C \cap D\},[/tex]
so [itex]A \cup B \text{ and } C \cap D[/itex] are independent.

RGV