Analyzing the Setup
Imagine you are the manager of a high-tech workshop with five machines. Each machine is temperamental, with the probability of being out of service given by p=41.
This implies the probability of a machine working perfectly is q=1−p=43. Because each machine operates independently, we utilize the Binomial Distribution.
Let X be the number of machines out of service. With n=5 trials, X follows the distribution X∼B(n,p). Our goal is to find the probability that 'at most two' machines are out of service, expressed as P(X≤2).
Breaking Down the 'At Most' Barrier
The condition 'at most two' means we are interested in the scenarios where zero, one, or exactly two machines are broken. Anything beyond that—three, four, or five—is outside our target event.
The total probability is the sum of these three mutually exclusive scenarios:
P(X≤2)=P(X=0)+P(X=1)+P(X=2)
We use the Binomial probability mass function: P(X=r)=(rn)prqn−r. Let us calculate each component.
The Three Pillars of Probability
For X=0 (zero machines out):
P(X=0)=(05)(41)0(43)5=1×1×(43)5=(43)5
For X=1 (one machine out):
P(X=1)=(15)(41)1(43)4=5×41×(43)4
For X=2 (two machines out):
P(X=2)=(25)(41)2(43)3=10×161×(43)3
The Elegant Simplification
To sum these, we observe that (3/4)5, (3/4)4, and (3/4)3 all share a common factor of (3/4)3. Factoring this out simplifies the arithmetic significantly:
P=(43)3[(43)2+5(41)(43)+10(161)]
Inside the bracket, we calculate the sum:
169+1615+1610=1634=817
The Final Reveal
We are left with the expression P=(43)3×817. Given that this probability is defined as (43)3×k, we compare the two sides to find k.
The value of k is:
By navigating the logic of independent events and using algebraic factoring, we have bypassed tedious arithmetic. Always look for the structure of the expression before performing final calculations to ensure accuracy in your JEE solutions.