SOLUTION: A discrete random variable X has a pdf of the form f(x) = c(8 - x) for x = 0, 1, 2, 3, 4, 5, and zero otherwise. (a) Find the constant c. (b) Find the CDF, F(x). (c) Find P[X >

Algebra ->  Probability-and-statistics -> SOLUTION: A discrete random variable X has a pdf of the form f(x) = c(8 - x) for x = 0, 1, 2, 3, 4, 5, and zero otherwise. (a) Find the constant c. (b) Find the CDF, F(x). (c) Find P[X >       Log On


   



Question 1203804: A discrete random variable X has a pdf of the form f(x) = c(8 - x) for x = 0, 1, 2, 3, 4, 5, and zero otherwise.
(a) Find the constant c.
(b) Find the CDF, F(x).
(c) Find P[X > 2]
(d) Find E(X).

Answer by Edwin McCravy(20054) About Me  (Show Source):
You can put this solution on YOUR website!
A discrete random variable X has a pdf (of the form f(x) = c(8 - x) for
x = 0, 1, 2, 3, 4, 5, and zero otherwise.
(a) Find the constant c.
n              f(n)
-------------------------------
0  c(8 - 0) = 8c         = 8/33
1  c(8 - 1) = 7c         = 7/33
2  c(8 - 2) = 6c         = 6/33 
3  c(8 - 3) = 5c         = 5/33
4  c(8 - 4) = 4c         = 4/33
5  c(8 - 5) = 3c         = 3/33
-------------------------------
      total = 33c = 1       
                c = 1/33

(b) Find the CDF, F(x).
n                                  F(n)
----------------------------------------
0  F(0) = f(0) = 8/33
1  F(1) = F(0)+f(1) =  8/33+7/33 = 15/33
2  F(2) = F(1)+f(2) = 15/33+6/33 = 21/33 
3  F(3) = F(2)+f(3) = 21/33+5/33 = 26/33
4  F(4) = F(3)+f(4) = 26/33+4/33 = 30/33
5  F(5) = F(4)+f(5) = 30/33+3/33
-------------------------------

(c) Find P[X > 2]
P[X > 2] = P[X = 3] + P[X = 4] + P[X = 5] = 5/33 + 4/33 + 3/33 = 12/33 = 4/11

or you could do it this way if there were very many fewer this way:

P[X > 2] = 1 - P[x < F(2) = 1 - 21/33 = 33/33 - 21/33 = 12/33 = 4/11

(d) Find E(X).
 
E%28x%29%22%22=%22%220%2Af%280%29+%2B+1%2Af%281%29+%2B+2%2Af%282%29+%2B+3%2Af%283%29+%2B+4%2Af%284%29%22%22=%22%22%22%22=%22%22
0%2B7%2F33%2B12%2F33%2B15%2F33%2B16%2F33%2B15%2F33%22%22=%22%2265%2F33%22%22=%22%221%2632%2F33

Edwin