document.write( "Question 614423: Find the area under the standard normal curve to the right of z=0.12? \n" ); document.write( "
\n" ); document.write( "Hi\n" ); document.write( "using Excel function NORMSDIST:\n" ); document.write( "P(z>.12) = 1 - P(z ≤.12) = 1 - NORMSDIST(.12) =1 - .5478 = .4522\n" ); document.write( "