document.write( "Question 910779: suppose it is known that in certain large human population cranial length is normally distributed with a mean of 185.6 mm and a standard deviation of 12mm. what proportion of the population has a cranial length greater than 190 mm? \n" ); document.write( "
Algebra.Com's Answer #552671 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( "normalcdf(190,999, 185.6,12) \n" ); document.write( "
\n" );