document.write( "Question 1160812: A gym knows that each member, on average, spends 50 minutes at the gym per week, with a standard deviation of 10 minutes. Assume the amount of time each customer spends at the gym is normally distributed.\r
\n" );
document.write( "\n" );
document.write( "a. Suppose the gym surveys a random sample of 30 members about the amount of time they spend at the gym each week. What are the expected value and standard deviation (standard error) of the sample mean of the time spent at the gym?
\n" );
document.write( "
\n" );
document.write( "b. If 30 members are randomly selected, what is the probability that the average time spent at the gym exceeds 55 minutes?
\n" );
document.write( "
\n" );
document.write( "c. If 30 members are randomly selected, what is the probability that a randomly selected customer spends between 45 minutes to 55 minutes at the gym?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #784210 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! a. E(X)=50 minutes, same as individual average \n" ); document.write( "SEM=10/sqrt(30)=1.826 minutes\r \n" ); document.write( "\n" ); document.write( "z=(x-mean)/sd/sqrt(n) \n" ); document.write( "> 5*sqrt(30)10=2.74 \n" ); document.write( "prob. z>2.74 is 0.0031\r \n" ); document.write( "\n" ); document.write( "this would be z between -.5 and +.5 which is 0.3829\r \n" ); document.write( "\n" ); document.write( "Much more difficult for the average of 30 to differ greatly from the mean than a single person. \n" ); document.write( " \n" ); document.write( " |