document.write( "Question 371307: Find the area under the standard normal curve between z = -1.25 and z = 1.25. \n" ); document.write( "
Algebra.Com's Answer #264530 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi,
\n" ); document.write( "area under the standard normal curve between z = -1.25 and z = 1.25.\r
\n" ); document.write( "\n" ); document.write( "NORMSDIST(1.25) = .89435
\n" ); document.write( "NORMSDIST(-1.25)= .10565
\n" ); document.write( "area = .89435 - .10565 = .7887 \n" ); document.write( "
\n" );