2,382 views
1 votes
1 votes
The probability that A hits a target is 1 / 4 and the probability that B hits a target is 1/3 .
 If each fires once and the target is hit only once, what is the probability that A hits the target?

2 Answers

Best answer
2 votes
2 votes
$Prob(\text{A hits target = A}) = \frac{1}{4}$

$Prob(\text{B hits target = B}) = \frac{1}{3}$

Given ,that Target is hit only once:

$ Prob(\text{Target is hit only once = O}) = \frac{1}{4}*\frac{2}{3}+\frac{3}{4}*\frac{1}{3} = \frac{10}{24} $

Probability, that A hits the target, given that the target was hit only once:

$Prob(A|O) = \frac{Prob(A \cap O)}{Prob(O)} = \frac{1}{6}*\frac{24}{10} = \frac{4}{10} = 0.4 $
selected by

Related questions

1 votes
1 votes
1 answer
4
Sahil Gupta asked Nov 25, 2014
2,021 views
Suppose that the probability that x is in a list of n distinct integers is 2/3 and that it is equally likely that x equals any element in the list. Find the average numbe...