document.write( "Question 1083823: there are three values in a population ,(10,30,and 50) and we are interested in investigating the sampling distributtion of the sample mean (x par )for sample of size 2. -How many possible distinct random sample are ther ? A ssumes sampling whit replacement . - find the mean and variance of this distribution -Assume sampling without replacement , how many possible random samples are there now ? what is sampling distribution now ? \n" ); document.write( "
Algebra.Com's Answer #697875 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! there are 3! = 6 possible distinct random samples with replacement \n" ); document.write( ": \n" ); document.write( "(10,10), (10,30), (10,50), (30,30), (30,50), (50,50) \n" ); document.write( ": \n" ); document.write( "the population mean is (10+30+50) / 3 = 30 and variance = ( (10-30)^2 + (30-30)^2 + (50-30)^2 ) / 3 = 266.6667 \n" ); document.write( ": \n" ); document.write( "now consider our samples \n" ); document.write( ": \n" ); document.write( "(10,10) - the mean is 10 \n" ); document.write( "(10,30) - the mean is 20 \n" ); document.write( "(10,50) - the mean is 30 \n" ); document.write( "(30,30) - the mean is 30 \n" ); document.write( "(30,50) - the mean is 40 \n" ); document.write( "(50,50) - the mean is 50 \n" ); document.write( ": \n" ); document.write( "the mean of the sampling distribution is (10+20+30+30+40+50) / 6 = 30 \n" ); document.write( "the variance of the sampling distribution is 166.6667 \n" ); document.write( ": \n" ); document.write( "there are 2 possible distinct random samples without replacement \n" ); document.write( ": \n" ); document.write( "(10,30), (30,50) \n" ); document.write( ": \n" ); document.write( "(10,30) - the mean is 20 \n" ); document.write( "(30,50) - the mean is 40 \n" ); document.write( ": \n" ); document.write( "the mean of the sampling distribution is (20+40) / 2 = 30 \n" ); document.write( "the variance of the sampling distribution is 100 \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( " |