Finding the Probability of a random variable with countably infinite values

swastik

New member
Joined
Feb 16, 2017
Messages
2
Here is the question I am working on:
Let X be a discrete random variable with probability mass function pX(k) = c/3k for k = 1, 2, ... for some c > 0.
Find c.
Find P(X ≥ k) for all k = 1, 2,3.....

Now the first part is easy and the value of c comes out to be 2.
How do I solve the second part? Any suggestions?
 
Yes, you are given that P(1)=c3\displaystyle P(1)= \frac{c}{3}, P(2)=c32=c9\displaystyle P(2)= \frac{c}{3^2}=\frac{c}{9}, etc. The condition on c is that the "total" probability is c3+c9++c3n+=c(13+133++13n+)\displaystyle \frac{c}{3}+ \frac{c}{9}+ \cdot\cdot\cdot+ \frac{c}{3^n}+ \cdot\cdot\cdot= c(\frac{1}{3}+ \frac{1}{3^3}+ \cdot\cdot\cdot+ \frac{1}{3^n}+ \cdot\cdot\cdot). That is a geometric series except that it begins at n= 1 rather than n= 0. The sum of a geometric sequence with initial term c and "common ratio" 13\displaystyle \frac{1}{3} is c113=3c2\displaystyle \frac{c}{1-\frac{1}{3}}= \frac{3c}{2}. Since this series is missing the first term, c, its sum is 3c2c=c2\displaystyle \frac{3c}{2}- c= \frac{c}{2}. That must be 1 so, yes, c=2\displaystyle c= 2.

Now, the probability that Xk\displaystyle X\ge k is simply that minus the probability that X<k\displaystyle X< k. The probability that X<k\displaystyle X< k is the sum 23+29++23k1\displaystyle \frac{2}{3}+ \frac{2}{9}+ \cdot\cdot\cdot+ \frac{2}{3^{k-1}} which is a finite geometric sum. The sum of such a finite geometric sum, with initial term a and common ratio r, from 0 to n, is a(1rn+1)1r\displaystyle \frac{a(1- r^{n+1})}{1- r}. Here, a= 2 and r= 1/3 with n= k- 1 so that is 2(1(13)k)113=(3/2)(1(13)k)\displaystyle \frac{2(1- (\frac{1}{3})^{k})}{1-\frac{1}{3}}= (3/2)(1- (\frac{1}{3})^{k}). Subtract that from 1 to get P(Xk)\displaystyle P(X\ge k).
 
Last edited:
Top