document.write( "Question 1191423: b) Given the probability distribution below:
\n" );
document.write( "X 4 5 9 10
\n" );
document.write( "P(X) 1\2 1\6 1/6 1/6
\n" );
document.write( "Sketch the probability function and find the mean and standard deviation.
\n" );
document.write( "Answer\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #823555 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Without the sketch \n" ); document.write( "mean=4*0.5+(5+9+10)(1/6) \n" ); document.write( "=2+4 \n" ); document.write( "=6 \n" ); document.write( "Variance=(4-6)^2*0.5+{(5-6)^2+(9-6)^2+(10-6)^2}*(1/6) \n" ); document.write( "=2+4.33 \n" ); document.write( "sd=sqrt(6.33)=2.52 \n" ); document.write( " |