document.write( "Question 672270: if x follows a normal distribution with a mean of 100 and standard deviation of 10 , what is the probability of having a value of x such that 85 < x < 110? \n" ); document.write( "
Algebra.Com's Answer #417877 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "μ = 100 , σ =10 , z = (x-μ)/σ
\n" ); document.write( "P(85 < x < 110) = P(z ≤ 1) - P(z ≤ -1.5) = .8413 - .0668 \n" ); document.write( "
\n" );