Question
Question: The probability of A hitting a target is \[\dfrac{2}{3}\] and that of B is \[\dfrac{4}{5}\]. They bo...
The probability of A hitting a target is 32 and that of B is 54. They both fire at the target. What is the probability that at best one of them hits the target? What is the probability that only one of them will hit the target?
Solution
Here, we are given the probability of A and B when hitting the target. We need to find the probability that one of them hits the target means that probability both hits the target subtracted from one. And next, we need to find the probability that only one of them will hit the target means that the probability of A XOR the probability of B. On solving this, we will get the final output.
Complete step-by-step answer:
Given that,
The probability of A hitting a target: P(A)=32 and the probability of B hitting a target: P(B)=54.
So, the probability of not hitting the target:
P(A’)=1−32
=33−2
=31
Now, we will find the probability that at best one of them hits the target is:
= 1 – the probability that both hits the target
=1−P(A)P(B)
Substituting the values, we will get,
=1−(32)(54)
=1−158
Taking LCM as 15, we will get,
=1515−8
On simplifying this, we will get,
=157
Thus, the probability that one of them will hit the target is 157 .
Next, we will find the probability that one of them will hit the target is:
= the probability that A hits the target XOR the probability that B hits the target
= P(A) + P(B) – 2P(A AND B both hits)
= P(A) + P(B) – 2P(A)P(B)
Substituting the values, we will get,
=32+54−2(32)(54)
=32+54−1516
Taking LCM as 15, we will get,
=152(5)+4(3)−16
On evaluating this, we will get,
=1510+12−16
=1522−16
=156
=52
Thus, the probability that one of them will hit the target is 52 .
Hence, the probability that at best one of them hits the target is 157 and the probability that one of them will hit the target is 52 .
Note: Probability means possibility. It is a branch of mathematics that deals with the occurrence of a random event. Probability can range in from 0 to 1, where 0 means the event to be an impossible one and 1 indicates a certain event. The formulas of probability are:
- AND: P(A and B) = P(A).P(B)
- OR: P(A or B) = P(A) + P(B) – P(A and B)
- XOR: P(A xor B) = P(A) + P(B) – 2P(A and B)