document.write( "Question 1058230: Assume that a procedure yields a binomial distribution with n trials and the probability of success for one trial is p. Use the given values of n and p to find the mean u and standard deviation o. Also, use the range rule of thumb to find the minimum usual value u - 2o and the maximum usual value u +2o\r
\n" );
document.write( "\n" );
document.write( "n = 1552, p = 1/4
\n" );
document.write( "u = 388
\n" );
document.write( "o= 17.1 (Round to one decimal place as needed)
\n" );
document.write( "u - 2o = 353.8 (Round to one decimal place as needed)
\n" );
document.write( "u + 2o = 422.2 (Round to one decimal place as needed)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #673258 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! The mean is 1552*1/4=388 \n" ); document.write( "The variance is 388*(3/4), or np(1-p) \n" ); document.write( "That is 291 \n" ); document.write( "The sd is the sqrt (291)=17.06 \n" ); document.write( "Mean + 2sd is 422.1 (I round at the end) \n" ); document.write( "Mean - 2sd is 353.9 \n" ); document.write( "What you did was fine. \n" ); document.write( " |