document.write( "Question 868731: A local medical research association proposes to sponsor a footrace. The average time it takes to run the course is 33.2 minutes with standard deviation of 4.9 minutes. The association decides that only the fastest 14% of runners who finish the race will receive a complimentary running suit. Assuming the times are normally distributed, determine the interval of times for prize winners. \n" ); document.write( "
Algebra.Com's Answer #523777 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
z = invNorm(.15) = 1.0803
\n" ); document.write( "1.0803 = (X-33.2)/4.9
\n" ); document.write( "1.0803*4.9 + 33.2 = X = 38.49347 0r 38.5
\n" ); document.write( "X ≥ 38.5 for prize winners
\n" ); document.write( "
\n" );