document.write( "Question 1192579: Find the mean ,variance , and standard deviation of the probability distribution of the random variable X, which can take only the values 1, 2 and 3 given P(1)=10/33 , P(2)=1/3, and P(3)=12/33. Show the solutions. \n" ); document.write( "
Algebra.Com's Answer #824501 by Boreal(15235) You can put this solution on YOUR website! mean is 1*10/33 +2*11/33+3*12/33 \n" ); document.write( "=68/33 or 2.06 \n" ); document.write( "variance is (-1.06)^2(10/33)+(-0.06)^2(11/33)+ 0.94^2 (12/33) \n" ); document.write( "=0.34+0.12+0.32 \n" ); document.write( "=0.78 \n" ); document.write( "sd is sqrt(0.78)=0.88 \n" ); document.write( " |