document.write( "Question 898708: please help me solve this probability problem.\r
\n" ); document.write( "\n" ); document.write( "1. Given a normal distribution of values for which the mean is 75 and the standard deviation is 5.
\n" ); document.write( "A. Find the probability that a value between 60 and 80,inclusive.
\n" ); document.write( "B.Find the probability that a value is greater than or equal to 64.
\n" ); document.write( "C. Find the probability that a value is less than 78.
\n" ); document.write( "D.Find the 80th percentile for this distribution.
\n" ); document.write( "

Algebra.Com's Answer #544976 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
1. Given a normal distribution of values for which the mean is 75 and the standard deviation is 5.
\n" ); document.write( " A. Find the probability that a value between 60 and 80,inclusive.
\n" ); document.write( "z(60) = (60-75)/5 = -3
\n" ); document.write( "z(80) = (80-75)/5 = 1
\n" ); document.write( "----
\n" ); document.write( "P(60<= x <=80) = P(=3<= z <=1) = normalcdf(-3,1) = 0.0400
\n" ); document.write( "------------------------------------------
\n" ); document.write( "B.Find the probability that a value is greater than or equal to 64.
\n" ); document.write( "z(64) = (64-75)/5 = -2.2
\n" ); document.write( "P(x >= 64) = p(z >= =2.2) = normalcdf(-2.2,100) = 0.9860
\n" ); document.write( "---------------------------------------
\n" ); document.write( " C. Find the probability that a value is less than 78.
\n" ); document.write( "z(78) = (78-75)/5 = 1
\n" ); document.write( "P(z < 78) = P(z < 1) = normalcdf(-100,1) = 0.8413
\n" ); document.write( "==========================
\n" ); document.write( " D.Find the 80th percentile for this distribution.
\n" ); document.write( "invNorm(0.8) = 0.8416
\n" ); document.write( "----
\n" ); document.write( "Find the corresponding value::
\n" ); document.write( "x = 0.8416*5+75 = 79.21
\n" ); document.write( "------------------
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "============================
\n" ); document.write( "
\n" );