document.write( "Question 871744: in a normal distribution , find the zscore that cuts off the bottom 20% of the zscores \n" ); document.write( "
Algebra.Com's Answer #525720 by ewatrrr(24785) You can put this solution on YOUR website! z = invNorm(.20) = -.8416 \n" ); document.write( " |