Say I have a pack of 60 batteries. There is a 95% probability that all of them work, a 3.5% probability that 1 is defective, and 1.5% probability that 2 are defective. If I choose 2 from the pack, and the first I test is defective, what is the probability that the second is also defective?
I know I am looking for the probability of 2 defective batteries given one defective, so a conditional probability, however I can't figure out how to solve it. All of the formulas I have for solving these involve the probability of an intersection, a reversal of the condition, or compliments. I don't seem to have any. Can anyone help me start this problem? Am I looking too far into an easy problem?
Let $A$ be the event that the first battery you pull is defective. Let $B$ be the event that the second battery you pull is defective.
Let $X$ be the event that the pack contains one defective battery total and $Y$ the event that it has two defective batteries total.
We are asked to find $Pr(B\mid A)$
We have:
$$Pr(B\mid A) = \dfrac{Pr(B\cap A)}{Pr(A)} = \dfrac{Pr(B\cap A\cap X)+Pr(B\cap A\cap Y)}{Pr(A\cap X)+Pr(A\cap Y)} = \dfrac{Pr(B\mid A\cap X)Pr(A\mid X)Pr(X)+Pr(B\mid A\cap Y)Pr(A\mid Y)Pr(Y)}{Pr(A\mid X)Pr(X)+Pr(A\mid Y)Pr(Y)}$$
Can you continue from here?