document.write( "Question 11679:  If the mean and the standard deviation of a continuous random variable that is normally distributed are 26 and 6, find the interval that contains 95% of the distributions.
\n" );
document.write( " \n" );
document.write( "
| Algebra.Com's Answer #6003 by khwang(438)      You can put this solution on YOUR website! Assume the 95% interval is (mu -x,mu+x) where mu is the mean \n" ); document.write( " We have x/6 = 1.96 [ this value corresponding to 0.95 from the Table] \n" ); document.write( " so, x = 1.96*6 = 11.76 \n" ); document.write( " Hence,the solution interval is (26- 11.76,26+11.76) \n" ); document.write( " = (14.24, 37.76)\r \n" ); document.write( "\n" ); document.write( " Kenny \n" ); document.write( " \n" ); document.write( " |