document.write( "Question 981603: Let Z be a standard normal random variable. Calculate the following probabilities:
\n" ); document.write( "P ( Z <= -1.56)
\n" ); document.write( "P ( Z > -1.07)
\n" ); document.write( "P ( 0.88 < Z < 1.37)\r
\n" ); document.write( "\n" ); document.write( "I did the last one on a calculator and came up with 0.587. I'm not confident that I did it correctly. All the previous ones in the homework look like this:
\n" ); document.write( "P ( Z <= c) = 0.8340. How do I find the probability without the c?
\n" ); document.write( "

Algebra.Com's Answer #602573 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
Let Z be a standard normal random variable. Calculate the following probabilities:
\n" ); document.write( "P ( Z <= -1.56) = normalcdf(-100,-1.56) = 0.0594
\n" ); document.write( "-------------------------
\n" ); document.write( "P ( Z > -1.07) = normalcdf(-1.07,100) = 0.1423
\n" ); document.write( "-------------------------
\n" ); document.write( "P ( 0.88 < Z < 1.37) = normalcdf(0.88,1.37) = 0.1041
\n" ); document.write( "-------------------------------
\n" ); document.write( "I did the last one on a calculator and came up with 0.587. I'm not confident that I did it correctly. All the previous ones in the homework look like this:
\n" ); document.write( "P ( Z <= c) = 0.8340. How do I find the probability without the c?
\n" ); document.write( "Find the z-value with a left tail of 0.8340
\n" ); document.write( "Ans: invNorm(0.8340) = 0.9701
\n" ); document.write( "------------
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "--------------
\n" ); document.write( "
\n" );