document.write( "Question 1076677: For a standard normal distribution with mean of 0 and standard deviation of 1, what is P(-0.3≤x≤0.4)?
\n" );
document.write( "If a normal distribution has a mean of 17 and standard deviation of 4, what is P(x≥16)?
\n" );
document.write( "For a standard normal distribution with mean of 0 and standard deviation of 1, what is P(-0.3≤x≤0.4)? \n" );
document.write( "
Algebra.Com's Answer #691306 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! For a standard normal distribution with mean of 0 and standard deviation of 1, what is P(-0.3≤x≤0.4)?:::: normalcdf(-0.3,0.4) = 0.2733 \n" ); document.write( "---------------------------------------------- \n" ); document.write( "If a normal distribution has a mean of 17 and standard deviation of 4, what is P(x≥16)? \n" ); document.write( "z(16) = (16-17)/4 = -1/4 \n" ); document.write( "P(x>=16) = P(z >= -1/4) = normalcdf(-1/4,100) = 0.5987 \n" ); document.write( "--------------------------- \n" ); document.write( "For a standard normal distribution with mean of 0 and standard deviation of 1, what is P(-0.3≤x≤0.4)? :: answered above. \n" ); document.write( "----- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------ \n" ); document.write( " |