document.write( "Question 298986: In the United States, one farmworker supplied agricultural products for an average of 106 people. Assume the standard deviation is 16.1. If 35 farmworkers are selected, find the probability that the mean number of people supplied is between 100 and 110. \n" ); document.write( "
Algebra.Com's Answer #214983 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! In the United States, one farmworker supplied agricultural products for an average of 106 people. Assume the standard deviation is 16.1. If 35 farmworkers are selected, find the probability that the mean number of people supplied is between 100 and 110. \n" ); document.write( "--- \n" ); document.write( "t(100) = (100-106)/[16.1/sqrt(35)] = -2.2048 \n" ); document.write( "--- \n" ); document.write( "t(110) = (110-106)/[16.1/sqrt(35)] = 1.4698 \n" ); document.write( "--- \n" ); document.write( "P(100<= x-bar <=110) = P(-2.2048<= t <= 1.4698 with df=34) \n" ); document.write( "--- \n" ); document.write( "= tcdf(-2.2048,1.4698,34) \n" ); document.write( "-------------------- \n" ); document.write( "= 0.9074 \n" ); document.write( "================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |