1. Key Concepts and Formulas
- Probability Mass Function (PMF) Properties: For a discrete random variable X taking values x0,x1,x2,…, its PMF P(X=x) must satisfy two conditions:
- P(X=x)≥0 for all x.
- ∑xP(X=x)=1 (the sum of all probabilities must equal 1).
- Sum of an Infinite Arithmetic-Geometric Series: A series of the form ∑x=0∞(ax+b)rx can often be summed. A specific case relevant here is ∑x=0∞(x+1)rx=1+2r+3r2+…=(1−r)21, provided ∣r∣<1.
- Complement Rule of Probability: For any event A, the probability of A occurring is P(A)=1−P(Ac), where Ac is the complement of A. This is particularly useful for calculating probabilities over an infinite range by converting them into finite sums.
2. Step-by-Step Solution
Step 1: Understand the Problem and Formulate a Strategy
We are given the probability mass function (PMF) for a discrete random variable X: P(X=x)=k(x+1)3−x for x=0,1,2,3…. Our goal is to find P(X≥3).
The first step in any such problem is to determine the unknown constant k. We will use the fundamental property that the sum of all probabilities for all possible values of X must be equal to 1: ∑x=0∞P(X=x)=1.
Once k is found, we need to calculate P(X≥3). Directly summing P(X=3)+P(X=4)+… would involve an infinite sum. To simplify this, we will use the complement rule: P(X≥3)=1−P(X<3). Since X takes integer values, X<3 means X can take values 0,1, or 2. Thus, P(X<3)=P(X=0)+P(X=1)+P(X=2), which is a finite sum.
Step 2: Determine the Constant k
We apply the total probability rule:
∑x=0∞P(X=x)=1
Substitute the given PMF:
∑x=0∞k(x+1)3−x=1
Factor out the constant k:
k∑x=0∞(x+1)(31)x=1
Let's evaluate the infinite series S=∑x=0∞(x+1)(31)x. Let r=31.
S=∑x=0∞(x+1)rx
Expanding the terms:
S=(0+1)r0+(1+1)r1+(2+1)r2+(3+1)r3+…
S=1+2r+3r2+4r3+……(1)
This is an arithmetic-geometric series. To sum it, we use the "shift and subtract" method. Multiply equation (1) by r:
rS=r+2r2+3r3+……(2)
Subtract equation (2) from equation (1):
S−rS=(1+2r+3r2+…)−(r+2r2+3r3+…)
S(1−r)=1+(2r−r)+(3r2−2r2)+(4r3−3r3)+…
S(1−r)=1+r+r2+r3+…
The right-hand side is an infinite geometric series with first term a=1 and common ratio r. Since r=31 and ∣r∣<1, its sum is 1−ra=1−r1.
S(1−r)=1−r1
Now, solve for S:
S=(1−r)21
Substitute r=31:
S=(1−31)21=(32)21=941=49
Substitute the value of S back into the equation for k:
k⋅S=1
k⋅49=1
Solving for k:
k=94
Step 3: Calculate P(X≥3)
Using the complement rule:
P(X≥3)=1−P(X<3)
Since X is a discrete variable taking non-negative integer values, P(X<3) is the sum of probabilities for X=0,X=1, and X=2:
P(X<3)=P(X=0)+P(X=1)+P(X=2)
Now, we calculate each term using P(X=x)=k(x+1)3−x with k=94:
For x=0:
P(X=0)=94(0+1)3−0=94(1)(1)=94
For x=1:
P(X=1)=94(1+1)3−1=94(2)(31)=278
For x=2:
P(X=2)=94(2+1)3−2=94(3)(91)=8112=274
Now, sum these probabilities to find P(X<3):
P(X<3)=94+278+274
To add these fractions, find a common denominator, which is 27:
P(X<3)=9⋅34⋅3+278+274=2712+278+274
P(X<3)=2712+8+4=2724
Simplify the fraction by dividing the numerator and denominator by 3:
P(X<3)=98
Finally, apply the complement rule:
P(X≥3)=1−P(X<3)=1−98=91
3. Common Mistakes & Tips
- Forgetting Total Probability: Always remember to use ∑P(X=x)=1 to find any unknown constants in the PMF. This is the starting point for most such problems.
- Errors in Summing Series: Be proficient with summing infinite series, especially geometric and arithmetic-geometric series. The "shift and subtract" method is a reliable technique for arithmetic-geometric series. Alternatively, you can recall the differentiation shortcut: if ∑x=0∞rx=1−r1, then ∑x=0∞(x+1)rx=drd(∑x=0∞rx+1)=drd(1−rr) or, more directly, ∑x=0∞(x+1)rx=∑y=1∞yry−1=drd(∑y=0∞ry)=drd(1−r1)=(1−r)21.
- Ignoring the Complement Rule: For probabilities like P(X≥a) or P(X>a) in infinite discrete distributions, the complement rule (P(A)=1−P(Ac)) simplifies the calculation from an infinite sum to a finite one, saving significant time and reducing error potential.
4. Summary
This problem effectively tests the understanding of discrete probability distributions. We first determined the constant k by utilizing the fundamental property that the sum of all probabilities must equal 1. This involved summing an infinite arithmetic-geometric series. Subsequently, to calculate P(X≥3), we strategically employed the complement rule, which transformed an infinite sum into a manageable finite sum of the first three probabilities (P(X=0),P(X=1),P(X=2)). The final result was obtained by subtracting this sum from 1.
The final answer is 91, which corresponds to option (A).