document.write( "Question 357731: As reported in Runner’s World magazine, the times of the finishers in the New York City 10K Run are normally distributed with a mean of 61.2 minutes and a standard deviation of 9.3 minutes. \r
\n" );
document.write( "\n" );
document.write( " a. A runner is selected at random. Find the probability that the runner’s finishing time was more than 75 minutes.\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " b. A runner is selected at random. Find the probability that the runner’s finishing time was between 60 and 63 minutes\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " c. Runners whose finishing times are in the top 5% are automatically invited to participate in next year’s race. What finishing time separates the top 5% from the others? Round answer to 1 decimal place.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #255367 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! As reported in Runner’s World magazine, the times of the finishers in the New York City 10K Run are normally distributed with a mean of 61.2 minutes and a standard deviation of 9.3 minutes. \n" ); document.write( "------- \n" ); document.write( " \n" ); document.write( "a. A runner is selected at random. Find the probability that the runner’s finishing time was more than 75 minutes. \n" ); document.write( "z(75) = (75-61.2)/9.3 = 1.4839 \n" ); document.write( "---- \n" ); document.write( "P(x > 75) = P(z > 1.4839) = normalcdf(1.4839,100) = 0.0689 \n" ); document.write( "-------------------------------------------------------------\r \n" ); document.write( "\n" ); document.write( "b. A runner is selected at random. Find the probability that the runner’s finishing time was between 60 and 63 minutes \n" ); document.write( "Find the z-value of 60 and of 63. \n" ); document.write( "Find the probability that z is between those z-values. \n" ); document.write( "------------------------------------------------------------- \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "c. Runners whose finishing times are in the top 5% are automatically invited to participate in next year’s race. What finishing time separates the top 5% from the others? Round answer to 1 decimal place. \n" ); document.write( "--- \n" ); document.write( "find the z-value with a left tail of 5%. \n" ); document.write( "invNorm(0.95) = -1.645 \n" ); document.write( "---- \n" ); document.write( "Find the x-value coressponding to that z-value: \n" ); document.write( "x = zs + u \n" ); document.write( "x = -1.645*9.3+61.2 = 45.90 seconds \n" ); document.write( "=============================== \n" ); document.write( "Cheers, \n" ); document.write( "stan H.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |