document.write( "Question 444189: Please help me solve these problems:\r
\n" );
document.write( "\n" );
document.write( "Given the probability distribution of a random variable
\n" );
document.write( "outcome: -2, 4, 10
\n" );
document.write( "probability: 0.80, 0.15, 0.05\r
\n" );
document.write( "\n" );
document.write( "3. Compute the expected value (one digit after decimal point).
\n" );
document.write( "4. Compute the variance (two digits after decimal point). \n" );
document.write( "
Algebra.Com's Answer #306266 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! The expected value of a discrete random variable x is \n" ); document.write( " \n" ); document.write( "Using the values x = -2, 4, 10; p = 0.8, 0.15, 0.05, we get \n" ); document.write( "E(x) = -2*0.8 + 4*0.15 + 10*0.05 = -0.5 \n" ); document.write( "The variance of a discrete random variable x is \n" ); document.write( " \n" ); document.write( "So we have \n" ); document.write( " |