bethanyd
- 11
- 0
Homework Statement
If X is a discrete random variable with p.d.f. f(x) = {cx if x=1,2,3,4 ; 0 otherwise} where c is a constant.
Find P(1< X =< 3.5)
Homework Equations
I solved for c:
f(x) = 1 = c(1+2+3+4)
10c = 1
c = 1/10
The Attempt at a Solution
I have the following solution:
P(1< X =< 3.5) = f(3.5) - f(1)
= c(3.5) - c(1)
= c(2.5)
=0.25
I am not sure if this is correct. Please help!
Beth