document.write( "Question 1114336: A chemical supply company ships a certain solvent in 10-gallon drums. Let X represent the number of drums ordered by a randomly chosen customer. Assume X has the following probability mass function:
\n" );
document.write( "x 1 2 3 4 5
\n" );
document.write( "p(x) 0.33 0.2 0.2 0.17 0.1\r
\n" );
document.write( "\n" );
document.write( "Find the standard deviation of the number of drums ordered.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #729301 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! The mean is x*p(x)= \n" ); document.write( "0.33+0.4+0.6+0.68+0.5=2.51 \n" ); document.write( "The variance is sum (x-expected value or mean^2)*p(x) \n" ); document.write( "(-1.51)^2*0.33+(2-2.51)^2*0.2+(3-2.51)^2*0.2+(4-2.51)^2*0.17+(5-2.51)^2*0.1= \n" ); document.write( "0.752+0.052+0.048+0.377+0.620=1.849 \n" ); document.write( "sd is sqrt(1.849)=1.36 ANSWER \n" ); document.write( " \n" ); document.write( " |