1
$\begingroup$

Let A, B and C are independent events. How am I supposed to prove that:

  1. A′, B′ and C′ are independent.

  2. A, B′ and C′ , are independent.

  3. A, B and C' are independend.

This is my approach:

for Nr 3.

$P(ABC') = P(A)P(B)P(C').$ But $P(AB)=P(ABC)+P(ABC')$ and using independence $P(A)P(B) = P(A)P(B)P(C)+ P(ABC')$, therefore $P(A)P(B)(1-P(C))=P(ABC')$, $P(ABC') = P(A)P(B)P(C')$.

for Nr 2.

$P(AB'C') = P(A)P(B')P(C')$. But $P(AC')=P(ABC')+P(ABC')$ and using independence $P(A)P(C') = P(A)P(B)P(C')+ P(A B' C')$, therefore $P(A)P(C')(1-P(B))=P(AB' C')$, $P(AB'C') = P(A)P(B')P(C')$.

And for Nr 1.

$P(A'B'C') = P(A')P(B')P(C')$. But $P(A'B')=P(A'B' C )+P(A'B'C')$ and using independence $P(A')P(B') = P(A')P(B')P(C)+ P(A'B'C')$, therefore $P(A')P(B')(1-P(C))=P(A'B'C')$, $P(ABC') = P(A')P(B')P(C')$.

What do you think people? is this way of proving right?

  • 2
    Read the definition of independence carefully and look through [this](http://math.stackexchange.com/questions/101668/independence-of-events-verification/101672#101672) answer!2012-03-27
  • 0
    Hmmm, i see ! Thanks for your answer. what troubles me is that there are 3 events and not 2 like the most cases! Well i ll look into it now! thanks2012-03-27
  • 0
    Hint: Try to prove first that $A$, $B$ and $C'$ are inpedendent, than 2. and finally 1 (using what you've done in step one).2012-03-27
  • 0
    Hey martini!! thanks thanks!2012-03-27
  • 0
    For three events, one must show $P(A, B, C) = P(A)P(B)P(C)$, and that the same factorization holds if you drop any of $A, B$ or $C$ from the above, e.g. $P(A, C) = P(A)P(C)$. Basically you have to get the factorization to hold for any subset of $\{A, B, C\}$.2012-03-27
  • 0
    Do i have to show that they are pairwise independent before i try anything else ?2012-03-27
  • 0
    Oh, could i follow this example here ? http://answers.yahoo.com/question/index?qid=20080221154925AAMIcxE , it looks quite good and i sort of understand, any1 to confirm ?2012-03-27
  • 0
    >Do i have to show that they are pairwise independent before i try anything else ? You don't _have_ to prove pairwise independence since events that are mutually independent are also pairwise independent (the converse is not true). But contemplation of $$\begin{align*}P(A\cap B\cap C)&=P(A)P(B)P(C),\\P(A\cap B)&= P(A)P(B),\end{align*}$$ possibly subtracting one equation from the other, and figuring out whether $A\cap B\cap C$ and $A\cap B\cap C^\prime$ are a partition of $A\cap B$ or not might help.2012-03-27
  • 0
    Alright pals, I'll show that P(ABC') = P(A)P(B)P(C'). But P(AB)=P(ABC)+P(ABC') and using independence P(A)P(B) = P(A)P(B)P(C)+ P(ABC'), therefore P(A)P(B)(1-P(C))=P(ABC'), and (I Dont Understand this part At All) P(ABC') = P(A)P(B)P(C').2012-03-28
  • 0
    Looks right. Do you see you did three times the same. You can use 3) in 2) for example as follows: If $A$, $B$, $C$ are independent, then by 3) $A$, $B$ and $C'$ are. Now $A$, $C'$ and $B$ are independent and therefore, by 3) applied for these events, $A$, $C'$ and $B'$ are.2012-03-28
  • 1
    I've merged the previous incarnation of the question with this one.2012-03-29
  • 0
    I have finally sovled it !! Thanks all for your help, i figured out! You may close this thread ;)2012-03-30

2 Answers 2