document.write( "Question 879541: For Normal Distribution with mean μ=100 and standard deviation σ=20.
\n" );
document.write( " find probability that x will be between x1 and x2: P (x1 < x < x2).
\n" );
document.write( " Take x1 and x2 from the table below.the value of x1 is 95 and the value of x2 is 110
\n" );
document.write( " ********Here are steps to follow: convert x1 to z score z1, convert x2 to z score z2.
\n" );
document.write( " From Appendix table for Normal Distribution find area under curve
\n" );
document.write( " to the left of z1 and to the left of z2.
\n" );
document.write( " That will give you P (z < z1) and P (z < z2).
\n" );
document.write( " Then use formula: P (A < x < B) = P (z1 < z < z2) = P (z < z2) - P (z < z1) \n" );
document.write( "
Algebra.Com's Answer #530857 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( " |