document.write( "Question 1040418: If 40 women are randomly selected find the probability that they have a mean weight between 142 and 148 pounds. the mean is 143 and the standard deviation is 29
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #655224 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! z=(x-mu)/sd/sqrt (n), for the sampling distribution of n=40 with mean 143 and sd 29 \n" ); document.write( "z=(142-143)/29/sqrt(40)=-1*sqrt(40)/29=-0.218 \n" ); document.write( "z=(148-143)/29/sqrt(40)=+5*sqrt(40)/29=+1.090 \n" ); document.write( "it is the probability that z is between -0.218 and 1.09. That is 0.4484 \n" ); document.write( " |