document.write( "Question 857330: IQ scores of adults are normally distributed with a mean of 100 and a standard deviation of 15. Find the probability that iq score is less than 88 \n" ); document.write( "
Algebra.Com's Answer #516505 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "TI syntax is normalcdf(smaller, larger, µ, σ).
\n" ); document.write( "P(x < 88) normalcdf(-999,88,100,15)
\n" ); document.write( "Note: -999 used as the smaller value to be at least 5 standard deviations from the mean\r
\n" ); document.write( "\n" ); document.write( "Or Using z-value
\n" ); document.write( "P(x < 88) = NORMSDIST((88-100)/15) \n" ); document.write( "
\n" );