SOLUTION: Please help me solve these problems:
Given the probability distribution of a random variable
outcome: -2, 4, 10
probability: 0.80, 0.15, 0.05
3. Compute the expected value
Algebra ->
Probability-and-statistics
-> SOLUTION: Please help me solve these problems:
Given the probability distribution of a random variable
outcome: -2, 4, 10
probability: 0.80, 0.15, 0.05
3. Compute the expected value
Log On
Question 444189: Please help me solve these problems:
Given the probability distribution of a random variable
outcome: -2, 4, 10
probability: 0.80, 0.15, 0.05
3. Compute the expected value (one digit after decimal point).
4. Compute the variance (two digits after decimal point). Answer by htmentor(1343) (Show Source):
You can put this solution on YOUR website! The expected value of a discrete random variable x is where are the outcomes and are their probabilities
Using the values x = -2, 4, 10; p = 0.8, 0.15, 0.05, we get
E(x) = -2*0.8 + 4*0.15 + 10*0.05 = -0.5
The variance of a discrete random variable x is
So we have = (-2 - -0.5)^2 + (4 - -0.5)^2 + (10 - -0.5)^2 = 10.35