document.write( "Question 1046065: Find z such that\r
\n" );
document.write( "\n" );
document.write( "a. 10% of the standard normal curve lies to the right of z.
\n" );
document.write( "b. 90% of the standard normal curve lies between -z and z. \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #661581 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! a. 10% of the standard normal curve lies to the right of z. \n" ); document.write( "To find z, TI syntax is invNorm(.10) = -1.2816 \n" ); document.write( " \n" ); document.write( "b. 90% of the standard normal curve lies between -z and z. \n" ); document.write( "invNorm(.05)= -1.6449 \n" ); document.write( "invNorm(.95) = 1.6449 \n" ); document.write( " |