document.write( "Question 1176406: The amounts of time per workout an athlete uses a stair climber are normally distributed, with a mean of 24 minutes and a standard deviation of 7 minutes.
\n" );
document.write( "Find the probability that a randomly selected athlete uses a stair climber for:\r
\n" );
document.write( "\n" );
document.write( "(a) less than 20 minutes
\n" );
document.write( "(b) between 24 and 32 minutes
\n" );
document.write( "(c) more than 40 minutes\r
\n" );
document.write( "\n" );
document.write( "*(Round to four decimal places as needed) \n" );
document.write( "
Algebra.Com's Answer #803393 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! z+(x-mean)/sd \n" ); document.write( "a. z < (20-24)/7 or z < -4/7 probability is 0.2839 \n" ); document.write( "b. z between 0 and 8/7. That probability is 0.3735 \n" ); document.write( "can do on calculator with 2nd VARS2 normalcdf (24,32,24,7) \n" ); document.write( "c. more than 40 minutes, can do the same way picking a high top end like 100 \n" ); document.write( "probability is 0.0111 \n" ); document.write( "it is also the probability z > 16/7 \n" ); document.write( " \n" ); document.write( " |