document.write( "Question 1058647: A research concludes that the number of hours of exercise per week for adults is normally distributed with a mean of 3.5 hours and a standard deviation of 3 hours. Show all work. Just the answer, without supporting work, will receive no credit.
\n" );
document.write( "(a) Find the 80th percentile for the distribution of exercise time per week. (round the answer to 2 decimal places)
\n" );
document.write( "(b) What is the probability that a randomly selected adult has more than 7 hours of exercise per week? (round the answer to 4 decimal places) \n" );
document.write( "
Algebra.Com's Answer #673735 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! The 80th percentile is p=0.8000 on the std normal curve \n" ); document.write( "z=0.842 \n" ); document.write( "z=(x-mean)/sd \n" ); document.write( "0.842=(x-3.5)/3 \n" ); document.write( "2.526=x-3.5 \n" ); document.write( "x=6.026 or 6.03 hours. That is 2.53 above the mean or 0.84 sd or 80th percentile. \n" ); document.write( "more than 7 hours \n" ); document.write( "z=(7-3.5)/3=3.5/3=1.167 \n" ); document.write( "for z>1.167, the probability is 0.1216 or 0.12. \n" ); document.write( "It is more than 1 sd, above which is about 15% of the probability, so this makes sense. \n" ); document.write( " |