document.write( "Question 912146: Let X be a normally distributed random variable with = 100 and = 10. Find the probability that X is between 75 and 120. (Round your answer to the nearest whole number percent.) \n" ); document.write( "
Algebra.Com's Answer #553606 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
m = 120, sd = 10
\n" ); document.write( "P(75< x < 120) = normalcdf(75,120,100,10)
\n" ); document.write( "
\n" );