- #1
steveholy
- 1
- 0
Thanks in advance for any feedback.
X ~ U(a,b) ( X is a Uniform random variable within the interval a-b.)
Y= X+constant
Say, constant = c.
P(X+Y<= z) = ?
P(X<=x) = (x- a) / (b-a) (The cumulative distribution of a Uniform R.V.)
P(X+Y<=z) = P(X+X+c<=z) = P(X<= (z-c)/2) =( (z-c) /2 - a) / (b-a).
Y is dependent on X, that got me confused in being 100% sure that my solution above is correct.
Thanks.
Homework Statement
X ~ U(a,b) ( X is a Uniform random variable within the interval a-b.)
Y= X+constant
Say, constant = c.
P(X+Y<= z) = ?
Homework Equations
P(X<=x) = (x- a) / (b-a) (The cumulative distribution of a Uniform R.V.)
The Attempt at a Solution
P(X+Y<=z) = P(X+X+c<=z) = P(X<= (z-c)/2) =( (z-c) /2 - a) / (b-a).
Y is dependent on X, that got me confused in being 100% sure that my solution above is correct.
Thanks.