What Is the Correct Calculation for the Conditional Expected Value of an Even X?

Join the discussion
Registration is free. Start your own thread to ask a follow-up.
11 replies · 2K views
ParisSpart
Messages
129
Reaction score
0
we have a variable that takes values 1,...,6 with density:
n 1 2 3 4 5 6
f(n) 0.1 0.2 0.1 0.3 0,176 0,124

What is the average price (expected value) of X under the condition that X is even?

E(X/X=even)=k*P(X=k/X=even)=0.2*2+4*0.3+0.124*6
i am doing this but its says its not correct what i am doing wrong in the type?
 
Physics news on Phys.org
P(X even) = P(X=2 or X=4 or X=6)

Use the sum rule for mutually exclusive events:

P(A or B) = P(A) + P(B) if A and B are mutually exclusive.
 
but its says that its not correct my answer... i find this 1.462656 in the final answer
 
first i found this P(X=2 OR X=4 OR X=6)=0.624
AND E(X/X=even)=k*P(X=k/X=even)=0.2*2*0.624+0.624*4*0.3+0.124*6*0.624...=1.4626