document.write( "Question 907323: In a psychology class, the mean on the first exam was 75 out of 100. The standard deviation was 5. What percentage of students in the class earned between 65 and 85? \n" ); document.write( "
Algebra.Com's Answer #550256 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "The TI syntax is normalcdf(smaller, larger, µ, σ).
\n" ); document.write( "normalcdf(65,85,75,5)
\n" ); document.write( "
\n" );