Probability Random variables help

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
tweety1234
Messages
111
Reaction score
0

Homework Statement



Can anyone help me with question 5d on this paper, I just don't get it.

I have done 5a,5b and 5c.

How do I find the values for x1 and x2 ?

http://www.mathspapers.co.uk/Papers/edex/S1Jan03Q.pdf

Thanks.
 
Last edited by a moderator:
Physics news on Phys.org
Let Y= X1 + X2

then we want the probability that Y=5

P(Y=5) = P(X1=2 , X2=3) + P(X1=3 , X2=3)

and since X1 and X2 are independent

P(Y=5) = P(X1=2)*P(X2=3) + P(X1=3)*P(X2=2)

and then just find the probabilites from the given probability distribution function
 
Last edited:
Random Variable said:
Let Y= X1 + X2

then we want the probability that Y=5

P(Y=5) = P(X1=2 , X2=3) + P(X1=3 , X2=3)

and since X1 and X2 are independent

P(Y=5) = P(X1=2)*P(X2=3) + P(X1=3)*P(X2=2)

and then just find the probabilites from the given probability distribution function

Oh I see that makes so much sense now, Thanks.