document.write( "Question 852960: The heights of boys at a particular age follow a normal distribution with mean 150.3 cm and standard deviation 5 cm. Find the probability that the height of a boy picked at random from this age group is between 150 cm and 158 cm. \n" ); document.write( "
Algebra.Com's Answer #513782 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "mean 150.3 cm and standard deviation 5 cm.
\n" ); document.write( "Using TI calculator: The syntax is normalcdf(smaller, larger, µ, σ).
\n" ); document.write( "P(150cm ≤ x ≤ 158cm)= normalcdf(150, 158, 150.3, 5) \n" ); document.write( "
\n" );