Jesse C. answered 04/04/19
Applied Math and Statistics PhD Student, Experienced Teacher and Tutor
Let A be the event that the captain hits, A' is the complement (captain misses). Let B be the event that the pirate hits, B' is the complement (pirate misses).
So, written as a statement, what the question is asking for is: P(A' ∩ B). We're told that the captain shoots first, and they each shoot once. Conditional probability tells us that the probability of an intersection can be found by multiplying the probability of the first event, times the probability of the second event given the first occurred: P(A' ∩ B) = P(A')*P(B|A').
P(A') is the probability that the captain misses, which is 1/2 (since the captain shoots first, her ship can not have been hit yet).
P(B|A') is the probability that the pirate hits, given that the captain misses, which is 2/7.
So, P(A' ∩ B) = (1/2)*(2/7) = 1/7