The Geometry of Chance
A Journey into Linear Probability
Welcome, fellow traveler on the path to JEE mastery. Today, we are not just solving a problem; we are uncovering the hidden geometry within a probability distribution.
Often, we treat probability and coordinate geometry as separate silos, but this problem forces them to collide in the most elegant way possible.
Analyzing the Setup
Imagine you are plotting the probabilities of a random variable X that takes values in the set {0,1,2,3,4}. The problem states that the points (x,P(X=x)) lie on a straight line.
If the points are collinear, the probability function must be a linear function of x. We define this as:
Here, m is the slope of our probability line, and c is the y-intercept. Our mission is to find these two constants, m and c, to unlock the entire distribution.
The Constraints of Reality
In the world of probability, there are two fundamental laws that govern everything. First, the sum of all probabilities must be exactly 1:
Substituting our linear form, we get:
Expanding this, we have m(0+1+2+3+4)+5c=1, which simplifies to the anchor equation:
The Center of Gravity
Next, we use the mean of the distribution, which is given as E[X]=25. The mean is essentially the center of mass of our probability distribution.
The formula is E[X]=∑x=04x⋅P(X=x). Substituting our linear function, we get:
x=0∑4x(mx+c)=25⇒x=0∑4(mx2+cx)=25
Evaluating the sums of squares and integers, we get m(30)+c(10)=2.5, or:
Now, we have a system of two equations: 10m+5c=1 and 30m+10c=2.5. Solving this system, we find:
The Variance
With m and c in hand, we have fully defined our distribution. The final hurdle is finding the variance, α.
We use the standard identity Var(X)=E[X2]−(E[X])2. We already know E[X]=2.5, so we just need E[X2]. This is calculated as:
E[X2]=x=0∑4x2(201x+101)=201x=0∑4x3+101x=0∑4x2
Using the sum of cubes (100) and sum of squares (30), we get:
Finally, the variance is:
α=8−(2.5)2=8−6.25=1.75=47
Final Calculation
The question asks for 24α. Substituting our value:
We have successfully navigated the intersection of geometry and probability. The final answer is 42.