The Ship and the Logic of Survival
Imagine you are the captain of a massive vessel navigating the open ocean. Your survival depends on three engines, E1, E2, and E3.
These engines are independent, meaning the failure of one does not doom the others. We are given their probabilities of functioning: P(X1)=21, P(X2)=41, and P(X3)=41.
Before we do anything else, we must acknowledge the failure rates—the complements. As a rule of thumb in JEE probability, always write down the failure probabilities immediately:
These are your safety nets.
Defining the Operational State (X)
The problem defines the ship as operational (Event X) if at least two engines function. This is the core geometric reality of the problem.
'At least two' is a classic phrase that splits into two distinct scenarios: either exactly two engines work, or all three engines work. To find the total probability P(X), we must sum the probabilities of these mutually exclusive cases:
P(X)=P(X1X2X3c)+P(X1X2cX3)+P(X1cX2X3)+P(X1X2X3)
Since the engines are independent, we calculate each term by multiplying the individual probabilities. Substituting our values, we get:
P(X)=(21⋅41⋅43)+(21⋅43⋅41)+(21⋅41⋅41)+(21⋅41⋅41)
Calculating these gives us:
323+323+321+321=328=41
The ship has a 25% chance of being operational. This is our anchor value.
The Detective Work
Evaluating the Options
Now, we treat each option as a hypothesis to be tested using the conditional probability formula P(A∣B)=P(B)P(A∩B).
Option (A): We test P(X1c∣X). This asks: if the ship is operational, what is the probability that engine 1 failed?
The numerator P(X1c∩X) represents the ship running on engines 2 and 3 only. That probability is 21⋅41⋅41=321.
Dividing by P(X)=41, we get 1/41/32=81. The option claims 163, so Option (A) is false.
Option (B): We test P(Exactly 2∣X). The intersection of 'exactly two' and 'operational' is just 'exactly two'.
We sum the first three cases from our P(X) calculation: 323+323+321=327.
Dividing by P(X)=41 gives 1/47/32=87. This matches the option perfectly! Option (B) is true.
Option (C): We test P(X∣X2). This is the probability the ship works given engine 2 is definitely working.
The numerator P(X∩X2) includes cases where engine 2 works and the ship is operational: (X1X2X3c), (X1cX2X3), and (X1X2X3). Summing these: 323+321+321=325.
Dividing by P(X2)=41 gives 1/45/32=85. The option claims 165, so Option (C) is false.
Option (D): Finally, P(X∣X1). Similar to Option (C), we look for cases where engine 1 works and the ship is operational: (X1X2X3c), (X1X2cX3), and (X1X2X3).
Summing these: 323+323+321=327.
Dividing by P(X1)=21 gives 1/27/32=167. This matches the option! Option (D) is true.
By systematically breaking down the events, we have navigated the storm and found our way to the correct answers: (B) and (D). Remember, in probability, clarity of cases is your best compass.