Three shooters aim at a target. The probability that they hit the target are $0.4$, $0.5$ and $0.7$, respectively. Find the probability that the target is hit exactly once.
I don't know if this is just a conditional probability so we can something like: $$P(A\mid B\cap C)+P(B\mid A\cap C)+P(C\mid A\cap B)$$ or it would be a Poisson model.
Let $ A_i $ be the event that shooter number $ i $ hits the target. What youre looking for is just $ (A_1 \cap A^c_2 \cap A^c_3)\cup(A^c_1 \cap A_2 \cap A^c_3) \cup (A^c_1 \cap A^c_2 \cap A_3) $ Those are all disjoint events so it should'nt be hard to calculate.