document.write( "Question 610414: A normal population has a mean of 80.0 and a standard deviation of 14.0.\r
\n" ); document.write( "\n" ); document.write( "Compute the probability of a valuebetween 75.0 and 90.0.
\n" ); document.write( "Compute the probability of a value75.0 or less.
\n" ); document.write( "Compute the probability of a valuebetween 55.0 and 70.0.
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #384399 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "__________________________________________________________________________
\n" ); document.write( "HIghly Recommend getting familiar with TI Calculator OR Excel functions/Stat tool
\n" ); document.write( "OR the use of various websites for your statistical calculations:Stattrek.com, easycalculation.com ..etc
\n" ); document.write( " ___________________________________________________________________________
\n" ); document.write( "A normal population has a mean of 80.0 and a standard deviation of 14.0.
\n" ); document.write( "Compute the probability of a valuebetween 75.0 and 90.0.
\n" ); document.write( " P( (90-80)/14 > z >(75-80)/14) =NORMSDIST(10/14) -NORMSDIST(-5/14) = .76 - .36= .40
\n" ); document.write( " Compute the probability of a value 75.0 or less.
\n" ); document.write( " P(z < (75-80)/14) = NORMSDIST(-5/14) = .36
\n" ); document.write( " Compute the probability of a value between 55.0 and 70.0.
\n" ); document.write( " P( (55-80)/14 < z <(70-80)/14) =NORMSDIST(-10/14)- NORMSDIST(-25/14) = .24- .04= .20 \n" ); document.write( "
\n" );