The Elegance of Infinite Series
A Journey into Probability Distributions
Welcome, future IITian! Today, we are going to unravel the mystery of a discrete probability distribution. It might look like a daunting infinite sum at first glance, but as we peel back the layers, you will see the beautiful symmetry hidden within.
Our journey begins with the probability mass function P(X=x)=k(x+1)3−x for x=0,1,2,3,…. Our mission is to find P(X≥3).
Phase 1
The Hunt for the Constant k
Before we can calculate any specific probability, we must find the value of the constant k. In the world of probability, there is one golden rule: the total probability of all possible outcomes must equal 1.
Mathematically, this is expressed as:
By substituting our function, we get:
Since k is a constant, we can pull it out of the summation:
Now, we have a clear target: calculate the sum S=∑x=0∞(x+1)(31)x.
Phase 2
Decoding the AGP
Let us expand this series to see its true nature:
S=1+2(31)+3(31)2+4(31)3+…
The coefficients 1,2,3,4,… form an Arithmetic Progression (AP) with a=1 and d=1. The terms 1,1/3,1/9,1/27,… form a Geometric Progression (GP) with common ratio r=1/3. This is the classic Arithmetico-Geometric Progression (AGP).
We use the standard formula for the sum of an infinite AGP:
Plugging in our values, a=1, d=1, and r=1/3, we get:
S=1−1/31+(1−1/3)21⋅(1/3)
Simplifying this:
S=2/31+4/91/3=23+43=49
With S=9/4, our normalization equation becomes k(9/4)=1, which gives us k=4/9. We have successfully unlocked the constant!
Phase 3
The Power of the Complement
Now, we need to find P(X≥3). Instead of summing from x=3 to infinity, we use the complement rule:
This is much simpler! We only need to calculate P(X=0)+P(X=1)+P(X=2).
Using k=4/9:
P(X=2)=k(3)(91)=8112=274
Summing these:
P(X<3)=94+278+274=2712+278+274=2724=98
Finally, the result is:
The elegance of the result is truly satisfying. You have navigated the infinite, identified the pattern, and used the complement rule to reach the finish line. Keep this analytical mindset, and no JEE problem will ever stand in your way!