A factory makes a type of computer monitor which are defective independently each with probability 1/20. To leave the factory, each monitor has to pass a test by a machine. The probability that the machine rejects a non-defective monitor is 1/10, and the probability that the machine passes a defective monitor is 1/20. What is the probablity that a typical monitor that passes the test is defective?
- I am confused about the differences between "the machine passes a defective monitor" and "a typical monitor that passes the test is defective". Which one is the conditional probability?
- Also, does the probablity of the machine passes a defective monitor denote P(pass the test and defective)?
In your question a probability of any intersection is not present.
Let $D$ be the event of being defective and let $P$ denote the event of being passed.
Then the data are:
Note that the second bullet is equivalent with:
Based on this info you are asked to find $\Pr(D|P)$ and this can be done by applying the rule of Bayes.
Essential for this is the equality:
$$\Pr(D|P)\Pr(P)=\Pr(D\cap P)=\Pr(P|D)\Pr(D)$$ It tells you that finding $\Pr(P)$, $\Pr(D)$ and $\Pr(P|D)$ is enough for finding $\Pr(D|P)$.
Try this yourself.
In your first bullet you seem to wonder about $\Pr(P|D)$ and $\Pr(D|P)$. Both probabilities are conditional.
In your second bullet (if I understand that well) you seem to be wondering if we have $\Pr(P|D)=\Pr(P\cap D)$. No. LHS is the (conditional) probability that the test is passed if the monitor is defective and RHS is the probability that the test is passed and the monitor is defective.
I hope that the things I tried to make clear above have spread some light.