Problem 15
Question
In a combat between \(A, B\) and \(C, A\) tries to hit \(B\) and \(C\), and \(B\) and \(C\) try to hit \(A\). Probability of \(A, B\) and \(C\) hitting the targets are \(2 / 3,1 / 2\) and \(1 / 3\), respectively. If \(A\) is hit, find the probability that \(B\) hits \(A\) and \(C\) does not. (a) \(1 / 1\) (b) \(1 / 2\) (c) \(2 / 2\) (d) \(2 / 1\) (c) We have to find the probability of \(A\) being hit by \(B\) but not by \(C\), i.e.,$$ \begin{aligned} P\left(B C^{\prime} / A\right)=& \frac{P\left(A / B C^{\prime}\right) P\left(B C^{\prime}\right)}{P\left(A / B C^{\prime}\right) P\left(B C^{\prime}\right)+P\left(A B C^{\prime}\right) P\left(B^{\prime} C\right)} \\ &+P(A / B C) P(B C)+P\left(A / B^{\prime} C^{\prime}\right) P\left(R^{\prime} C^{\prime}\right) \end{aligned} $$ Now putting the values from the given data, we have
Step-by-Step Solution
VerifiedKey Concepts
Bayes' Theorem
Bayes' Theorem can be written in easy terms for this issue as follows:
- First, identify each relevant event. Here, we've set event A as the event where A is hit, event B where B hits, and event C where C hits.
- Apply the formula for conditional probability given by Bayes:\[P(B \cap C^\prime \mid A) = \frac{P(A \mid B \cap C^\prime) \cdot P(B \cap C^\prime)}{P(A)}\]This tells us: the probability of both B hitting and C not hitting, given that A is hit.
- Plug in the values readily derived from the specifics of the problem to find the solution. This simplifies to using the probabilities from the original problem setup.
Independent Events
For this problem, imagine event B and event C hitting the target separately in terms of their actions towards A. If they were completely independent, the probability that one hits A would be unrelated to the probability of the other hitting A.
However, it is crucial to check:
- Calculate whether the intersection of these events reflects independence by check if:\[P(B \cap C) = P(B) \cdot P(C)\]
- If the above holds, and you maintain consistency across scenarios, these events are independent.
Dependent Events
In this exercise, even though events B and C are described separately, their outcomes jointly affect whether A is hit. This makes them dependent when evaluating the overall chances of A being targeted.
Let's explore why:
- The probability of B hitting A influences our prediction only when C does not hit, and vice-versa, which pools dependencies.
- Use the conditional probability formula to encompass the dependencies among these events. The conditional nature means more complex probability interlinking: \[P(A \mid B \cap C^\prime) eq P(A) \cdot P(B \cap C^\prime)\]
- This dependency is crucial in determining the final probability calculations as presented in the solution.