document.write( "Question 609947: assume that a school district has 10,000 6th graders. in the district, the average weight of a 6th grader is 80 pounds, with a standard deviation of 20 pounds. suppose you draw a random sample of 50 students. what is the probability that the average weight of a sampled student will be between 75 and 105 pounds? \n" ); document.write( "
Algebra.Com's Answer #384034 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! assume that a school district has 10,000 6th graders. in the district, the average weight of a 6th grader is 80 pounds, with a standard deviation of 20 pounds. suppose you draw a random sample of 50 students. what is the probability that the average weight of a sampled student will be between 75 and 105 pounds? \n" ); document.write( "------- \n" ); document.write( "z(75) = (75-80)/[20/sqrt(50)] = -1.7678 \n" ); document.write( "------- \n" ); document.write( "z(105) = (105-80)/[20/sqrt(50)] = 8.8388 \n" ); document.write( "---- \n" ); document.write( "P(75 <= x-bar <= 105) = P(-1.7678 <= z <= 8.8388) = 0.9615 \n" ); document.write( "======================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |