document.write( "Question 542613: The times for completing one circuit of a bicycle course are normally distributed with a mean of 80.3 minutes and a standard deviation of 7.8 minutes. An association wants to sponsor a race and provide prizes for the top 15% of riders. Where should they expect to set the cutoff time to earn a prize?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #354641 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The times for completing one circuit of a bicycle course are normally distributed with a mean of 80.3 minutes and a standard deviation of 7.8 minutes. An association wants to sponsor a race and provide prizes for the top 15% of riders. Where should they expect to set the cutoff time to earn a prize?\r \n" ); document.write( "\n" ); document.write( "--- \n" ); document.write( "Find z-value with a left tail of 0.85 \n" ); document.write( "invNorm(0.85) = 1.0364 \n" ); document.write( "================ \n" ); document.write( "Find the correspondiing raw score value using x = zs+u \n" ); document.write( "x = 1.0364*7.8+80.3 \n" ); document.write( "x = 88.38 munutes \n" ); document.write( "====================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "======================== \n" ); document.write( " |