I'd appreciate some help with this problem: There are 2 plants that make keyboards. Keyboard faults are classified in 3 categories: letter, number, and other. If a keyboard is chosen at random, are the events "faulty letter" and "plant 2" independent?
Plant Letter Number Other
1 15 45 40
2 75 30 45
I know that to prove independence, I need to show $P(A|B) = P(A)$; or $P(B|A) = P(B)$; or $P(A \cap B) = P(A)P(B)$. But my question is, how can I do this if I'm only given $P(A)$ and $P(B)$? The intersection of those, divided by either $A$ or $B$ (as needed), will always give me the other probability, so this isn't useful.
In case it matters, this IS a textbook problem, but only for my benefit, not class.
and probability from plant 2 = P(B) = (75+30+45)/(15+45+40+75+30+45)
Then, P(A|B) = P(A Intersect B)/P(B) would always give me P(A), and always give me "true" since P(A|B) would = P(A).
Can someone please explain where my logic went wrong?
– Jeremy Sep 11 '11 at 15:56