The Detective Work of Probability
Unraveling the Source
Imagine you are a quality control inspector at a massive motorcycle manufacturing conglomerate. You walk into the warehouse, pick a motorcycle at random, and find it is of 'Standard Quality.'
Your boss asks you, 'What is the probability this came from Plant B?' This isn't just a math problem; it is a classic detective story. We have the evidence (the motorcycle is standard), and we need to determine the culprit (the plant of origin).
Welcome to the elegant world of Bayes' Theorem.
Phase 1
Mapping the Territory
Before we dive into the numbers, we must define our events clearly. Let E1 be the event that our motorcycle was born in Plant A, and E2 be the event it came from Plant B.
We know the production distribution: P(E1)=0.6 and P(E2)=0.4. These are our 'prior' probabilities—what we know before we even look at the quality of the bike.
Next, we define the quality event S. We are told that Plant A has an 80% success rate, so P(S∣E1)=0.8.
Plant B is even more efficient, with a 90% success rate, so P(S∣E2)=0.9. These are our conditional probabilities, which tell us how likely the evidence (S) is, given a specific cause (E1 or E2).
Phase 2
The Total Probability Landscape
To find the probability that our motorcycle came from Plant B, we first need to understand the 'Total Probability' of picking a standard motorcycle. Think of this as the sum of all possible ways to get a standard bike.
Mathematically, we express this as:
P(S)=P(E1)⋅P(S∣E1)+P(E2)⋅P(S∣E2)
When we plug in our values, we get P(S)=(0.6×0.8)+(0.4×0.9). This simplifies to 0.48+0.36=0.84.
This 0.84 represents the total 'pool' of standard motorcycles in our warehouse. It is the denominator of our final answer, the normalization constant that makes our probability space complete.
Phase 3
The Bayes' Theorem Breakthrough
Now, we apply the magic of Bayes' Theorem. We want the probability of E2 given S. The formula is:
p=P(E2∣S)=P(S)P(E2)⋅P(S∣E2)
The numerator, P(E2)⋅P(S∣E2)=0.36, represents the specific contribution of Plant B to the total pool of standard motorcycles. By dividing this by the total probability P(S)=0.84, we are essentially asking: 'Out of all the standard motorcycles, what fraction came from Plant B?'
Calculating this gives us p=0.840.36. By multiplying both numerator and denominator by 100, we get 8436.
Simplifying this fraction by dividing by 12, we arrive at the beautiful, clean result: p=73.
Phase 4
The Final Victory
The problem asks us for 126p. Now that we have our value for p, the final step is a simple arithmetic flourish:
Dividing 126 by 7 gives us 18, and 18×3 brings us to our final destination: 54.
Look at what you have achieved! You navigated through the production percentages, accounted for the conditional quality rates, applied the inverse probability theorem, and simplified the final expression.
This is the essence of JEE Advanced mathematics—taking a complex, real-world scenario and distilling it into a precise, logical truth. Keep this clarity of thought, and no problem will ever be too daunting.