Analyzing the Setup
Welcome, future engineers! Today, we are going to peel back the layers of a problem that might look like a simple probability question at first glance, but is actually a beautiful dance of series and sequences.
When you see a probability mass function (PMF) defined as P(X=x)=k(x+1)3−x, do not panic. Instead, see it as a puzzle.
The universe of probability has one ironclad law: the sum of all possible outcomes must equal exactly one. This is our anchor. Our first mission is to find the constant k by enforcing the condition:
The Arithmetico-Geometric Progression (AGP)
As we expand this summation, we get:
k[(0+1)30+(1+1)3−1+(2+1)3−2+…]=1
Let us look at the series inside the bracket: 1+32+93+274+…. The numerators 1,2,3,4,… are marching forward in an Arithmetic Progression with a common difference of 1.
The denominators 1,3,9,27,… are growing in a Geometric Progression with a common ratio of 31. This is the Arithmetico-Geometric Progression (AGP), a classic JEE favorite.
To solve this, we use the 'Method of Differences'. We define our sum as S=1+32+93+…. Now, we multiply this entire series by the common ratio, 31, to get:
When we subtract 31S from S, we align the terms with the same denominators. The arithmetic part vanishes, leaving us with a simple infinite geometric series:
The Final Calculation
The right side is now a standard infinite GP with first term a=1 and common ratio r=31. The sum formula 1−ra gives us:
So, 32S=23, which means S=49. Since k⋅S=1, we immediately find that k=94.
Now, we reach the final act: finding P(X≥2). Instead of summing to infinity, we use the complement rule:
Substituting our values, P(X=0)=94(1)=94 and P(X=1)=94(2)(31)=278. Adding these gives:
Finally, 1−2720=277. The final answer is 277.