Question: Voice recognition software used by police detectives classifies voice recordings as either male or female. Each male voice recording is classified correctly with probability 0.95, while each female voice recording is classified correctly with probability 0.9. Suppose that each voice recording analyzed with the software originates from a man with probability 0.75 and from a woman with probability 0.25. Assume that all voice recordings analyzed are independent of each other.
(a) You are told that of the first 20 voice recordings analyzed, at least one was classified incorrectly. Given this information, calculate the probability that the first 5 voice recordings were all classified correctly.
For this question, I tried to do P(A|B), where P(B) is the probability of getting at least one incorrect result (using Poisson distribution) and P(A) is the probability of getting 5 voice recordings all classified correctly, which is (0.0625)^5.
However, I am not sure what P(A intersect B) is. I need that in order to calculate P(A|B).
I would be great if you could give me a hint.
Thanks.