Analyzing the Setup
The problem presents a scenario with three players: A, B, and C. While the problem mentions A targeting B with a probability of 32, we must recognize this as a distractor.
In probability, we must define our universe based strictly on the relevant events. The only events that influence whether A is hit are EB (the event that B hits A) and EC (the event that C hits A).
Defining the Universe
We are given the independent probabilities:
P(EB)=21
P(EC)=31
To find the probability that A is hit, we define the event Y=EB∪EC. Using the complement rule, A is hit if at least one shooter succeeds, which is the complement of both shooters missing.
Substituting the values:
P(EˉB)=1−21=21
P(EˉC)=1−31=32
P(Y)=1−(21×32)=1−31=32
The Target Event
We seek the probability that B hits and C misses, given that A is hit. Let this event be X=EB∩EˉC.
Since
B and
C are independent, we calculate:
P(X)=P(EB)×P(EˉC)=21×32=31
Final Calculation
We require the conditional probability
P(X∣Y). By the definition of conditional probability:
P(X∣Y)=P(Y)P(X∩Y)
Because the event X (B hits and C misses) is a subset of Y (A is hit), the intersection P(X∩Y) is simply P(X).
The final probability that B hits A given that A is hit is 21.