document.write( "Question 1080049: Consider the following probability distribution: x: 0 1 2 3 4
\n" );
document.write( " p(x): 0.1 0.4 0.3 0.1 0.1
\n" );
document.write( " (a) Find the mean of the distribution.
\n" );
document.write( " (b) Find the variance.
\n" );
document.write( " (c) Find the standard deviation. \n" );
document.write( "
Algebra.Com's Answer #694272 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! E(X)=mean=0*0.1+1*0.4+2*0.3+3*0.1+4*0.1=1.7 \n" ); document.write( "V(X)=1.7^2*0.1+0.7^2*0.4+0.3^2*0.3+1.3^2*0.1+2.3^2*0.1, or different from mean squared * probability and add, which is 0.289+0.196+0.027+0.169+0.529=1.21 \n" ); document.write( "Std is sqrt (V)=1.1 \n" ); document.write( "mean 1.7, variance 1.21, sd 1.1 \n" ); document.write( " |