document.write( "Question 924472: Let x denote the time it takes to run a road race. Suppose x is approximately normally distributed with a mean of 190 minutes and a standard deviation of 21 minutes. If one runner is selected at random, what is the probability that this runner will complete this road race in less than 217.51 minutes?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #560924 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! mean = 190 minutes , sd = 21 minutes, \n" ); document.write( " Using the z-value to determine the Probability: \n" ); document.write( "p( x < 217.51) = P(z < 27.51/21) = P( z < 1.31) \n" ); document.write( "Using a TI calculator 0r similarly a Casio fx-115 ES plus \n" ); document.write( "P( z < 1.31) = normalcdf( -100, 1.31) = .9049 0r 90.49% \n" ); document.write( " |