Dermine the value of c so that fx satisfies the condition of
Dermine the value of c so that f(x) satisfies the condition of being a p.m.f. for the random variable x.
f(x) = c(x^2-3x^3) x=0,1,2...,n
Solution
summation of f(x) = c (x2 - 3x3) = 1
Summation of x2 = n (n+1) (2n+1) / 6
Summation of 3x3 = 3[ n(n+1) /2 ]2
Net summation =
[ n (n+1) (2n+1) / 6 ] - 3[ n(n+1) /2 ]2
On simplifying this, we get
[ -9n4 - 14n3 - 3n2 + 2n / 12 ] * c = 1
So,
c = -12 / (9n4 + 14n3 + 3n2 - 2n)
Hope this helps
Ask if you have any doubts

