Analyzing the Setup
Imagine you are standing on a command deck, overlooking a target. Two aeroplanes, Plane I and Plane II, are tasked with a mission.
We are given the probabilities of success: P(I)=0.3 and P(II)=0.2.
There is a tactical constraint that changes everything: Plane II will only bomb if Plane I misses. This is the heartbeat of the problem.
The Anatomy of a Miss
Before we can consider the success of Plane II, we must address the prerequisite. The mission for Plane II is gated by the failure of Plane I.
The probability that Plane I misses, denoted as P(Iˉ), is the complement of it hitting. Mathematically, this is expressed as:
Substituting our known value, we get:
This 0.7 represents the seventy percent chance that the first plane fails, thereby clearing the runway for the second plane to engage.
The Sequential Path
Now, we enter the domain of the second plane. The problem explicitly states that Plane II has a hit probability of 0.2.
However, this probability is only relevant if the first plane has already missed. We are looking for the probability of a specific intersection of events: the event that Plane I misses AND the event that Plane II hits.
Because these events are sequential and the second is contingent on the first, we apply the multiplication rule. The probability that the target is hit by the second plane is given by:
Final Calculation
With our logic firmly in place, the calculation becomes a simple, elegant operation. We take our probability of the first miss, 0.7, and multiply it by the probability of the second plane's success, 0.2.
P(Hit by II)=0.7×0.2=0.14
This is the probability that the target is hit specifically by the second plane. The final answer is 0.14.
It is a testament to how complex, conditional scenarios can be broken down into simple, manageable steps. Remember, in JEE problems, the key is not just the calculation, but the ability to map out the narrative of the events.