I'm studying for an upcoming test, and I'm stuck on how to understand conditional probability.
The study guide question we got is:
Given a box of 5 computer chips, with
two of them being defective.
If we were to randomly select 2 chips,
compute the probability that the second
chip is defective given that the first
chip is good using conditional probability?
What I got was P(selecting a good chip) = 3/5 = 0.6 P(selecting a bad chip) = 2/5 = 0.4
Let A = first chip is good.
Let B = second chip is bad.
So I need to compute P(B|A).
P(B|A) = P(A and B) / P(A)
If I'm only given P(A) and P(B), how do I figure out P(A and B) as well as the rest of the problem?
(The answer given to us was 6/20, or 0.3, but I have no idea how to get there)
If the first chip is good, then there are four remaining chips, two good, two bad.
So.....
Your problem is poorly stated, and the professor's "correction" is of little help. The only way I can interpret the question so that it gives your professor's answer is as follows:
What is the probability that the first chip you draw is good and the second chip is defective?
That would be $$\frac{2}{5} \cdot \frac{3}{4} = \frac{6}{20} = 0.3.$$