Independence and complements

Prove that these are logically equivalent statements:

  • A and B are independent
  • A and Bc are independent
  • Ac and Bc are independent

Make sure you demonstrate both directions of each equivalency.

Independence by hand: red and green marbles

A bin contains 4 red and 7 green marbles. Two marbles are drawn.

Let R1 be the event that the first marble is red, and let G2 be the event that the second marble is green.

(a) Show that R1 and G2 are independent if the marbles are drawn with replacement.

(b) Show that R1 and G2 are not independent if the marbles are drawn without replacement.

Solution

(a) With replacement.

Identify knowns:

  • Know: P[R1]=411
  • Know: P[G2]=711

Now compute both sides of independence relation:

P[R1G2]=P[R1]P[G2]

The right side is 411711.

For P[R1G2], we have 47 ways to get R1G2, and 112 total outcomes. So left side is 47112, which equals the right side.


(b) Without replacement. This is a bit harder.

(1) Identify knowns:

Know: P[R1]=411 and therefore P[R1c]=711

We seek: P[G2] and P[R1G2]


(2) Find P[G2] using Total Probability (Division into Cases):

G2=G2R1G2R1cP[G2]=P[R1]P[G2|R1]+P[R1c]P[G2|R1c]

Find RHS factors by counting, then compute:

P[G2]=411710+71161070110

(3) Find P[R1G2] using multiplication rule:

P[R1G2]=P[R1]P[G2|R1]41171028110

(4) Compare both sides:

Left side: P[R1G2]=28110.

Right side:

P[R1]P[G2]=41170110=28121

But 2811028121 so P[R1G2]P[R1]P[G2] and they are not independent.