document.write( "Question 1081995:  Please help me solve the following probability question\r
\n" );
document.write( "\n" );
document.write( "The average length of stay in a hospital is useful for planning purposes. Suppose that the following is the distribution of the length of stay in a hospital after a minor operation.\r
\n" );
document.write( "\n" );
document.write( "   x =  1,   2,   3,    4,    5
\n" );
document.write( "P(x) =  0.6, 0.1, 0.04, 0.02, c\r
\n" );
document.write( "\n" );
document.write( "Find the variance and standard deviation \n" );
document.write( "
| Algebra.Com's Answer #696047 by Boreal(15235)     You can put this solution on YOUR website! E(X)=0.6+0.2+0.12+0.08+1.2; the 1.2 comes from5*0.24, which is what c has to be to have the probability =1 \n" ); document.write( "E(X)=2.2 \n" ); document.write( "V(X)= sum (x-E(X))^2*p(x) \n" ); document.write( "-(1.2)^2*0.6=0.864 \n" ); document.write( "-(0.2)^2*0.1=0.004 \n" ); document.write( "0.8^2*0.04=0.0256 \n" ); document.write( "1.8^2*0.02=0.0648 \n" ); document.write( "2.8^2*0.24=2.0256 \n" ); document.write( "Adds to 2.984 \n" ); document.write( "SD=1.73, sqrt of the variance \n" ); document.write( " |