The Art of Thinking Backward
Mastering Probability
Welcome, future engineer! Today, we are going to tackle a classic problem that appears simple on the surface but hides a profound lesson in logical strategy.
We have three students, A, B, and C, with individual probabilities of solving a problem: P(A)=21, P(B)=31, and P(C)=41. Our goal is to find the probability that the problem is solved.
The Trap of Direct Calculation
When you first look at this, your instinct might be to calculate the probability that exactly one student solves it, then exactly two, then all three, and add them up. Stop! Take a deep breath.
While that path is mathematically valid, it is a labyrinth of complexity. In the JEE, time is your most precious resource. We need to find the 'elegant' path.
The problem asks for the probability that the problem is solved, which is equivalent to saying 'at least one student solves it.' Mathematically, we are looking for P(A∪B∪C).
The Power of the Complement
Instead of looking at the light, let's look at the shadow. What is the only scenario where the problem is NOT solved? It is the scenario where everyone fails.
If P(Solved) is our target, then P(Not Solved) is the probability that A fails, AND B fails, AND C fails. The beauty of the Complementary Law is that:
P(Solved)=1−P(None solve)
This transforms a massive summation problem into a simple subtraction.
Calculating the Failure
If the probability of success for student A is P(A)=21, then the probability of failure, P(Aˉ), is simply 1−21=21.
Similarly, for student B, P(Bˉ)=1−31=32, and for student C, P(Cˉ)=1−41=43.
Because these students are working independently, the probability that they all fail simultaneously is the product of their individual failure probabilities:
P(None solve)=P(Aˉ)×P(Bˉ)×P(Cˉ)
Substituting our values, we get:
P(None solve)=21×32×43
The Elegance of Cancellation
Look at this expression. Do you see the beauty? The 2 in the numerator and denominator cancels out, and the 3 in the numerator and denominator cancels out.
We are left with:
This is the probability of total failure. But we want the probability of success! We return to our complement equation:
P(Solved)=1−P(None solve)=1−41=43
Final Reflections
There it is—the answer is 43. By choosing the path of the complement, we avoided a mountain of tedious arithmetic and arrived at the solution with clarity and confidence.
Remember, in physics and mathematics, the most complex problems often yield to the simplest logical shifts. Keep practicing this 'backward' thinking; it will serve you well in the most challenging exams of your life.