document.write( "Question 1112737: Find the mean and variance for the following probability distribution\r
\n" ); document.write( "\n" ); document.write( "X -1 -2 3 4
\n" ); document.write( "P(X) 0.05 0.43 0.32 0.20
\n" ); document.write( "

Algebra.Com's Answer #727795 by rothauserc(4718)\"\" \"About 
You can put this solution on YOUR website!
mean of x = expected value of x = summation i = 1 to 4 of x(i) * p(x(i))
\n" ); document.write( ":
\n" ); document.write( "mean = -1(0.05) + -2(0.43) + 3(0.32) + 4(0.20) = 0.85
\n" ); document.write( ":
\n" ); document.write( "variance = summation i = 1 to 4 of (x(i) - mean)^2) * p(x(i))
\n" ); document.write( ":
\n" ); document.write( "variance = ((-1 - 0.85)^2 * (0.05)) + ((-2 - 0.85)^2 * (0.43)) + ((3 - 0.85)^2 * (0.32)) + ((4 - 0.85)^2 * (0.20)) = 7.1275
\n" ); document.write( ":\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );