document.write( "Question 924110: let x have a normal distribution with mean of 24 and standard deviation of 6 find the probability that an x value selected at random from this distribution is between 30 and 33 \r
\n" );
document.write( "\n" );
document.write( "I have to show all work \n" );
document.write( "
Algebra.Com's Answer #560657 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! mean of 24 and standard deviation of 6: \n" ); document.write( "P(30 < x < 33) = P( 6/6 < z < 9/6) = normalcdf(1, 1.5) = .0918 \n" ); document.write( " \n" ); document.write( " |