document.write( "Question 283898: A population consists of the following five values: 2,2,4,4,and 8.\r
\n" );
document.write( "\n" );
document.write( "a. list all samples of size 2, and compute the mean of each sample.
\n" );
document.write( "b. Compute the mean of the disbribution of sample means and the population mean. compare the two values.
\n" );
document.write( "c. Compare the dispersion in the population with that of the sample mean.\r
\n" );
document.write( "\n" );
document.write( "This chapter of my homework was not explained to me. I don't know where to start. I understand the mean and population formula, but I don't understand how to put it all together. If you can help, that would be great.\r
\n" );
document.write( "\n" );
document.write( "Thank you.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #206048 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A population consists of the following five values: 2,2,4,4,and 8. \n" ); document.write( "a. list all samples of size 2, and compute the mean of each sample. \n" ); document.write( "----- \n" ); document.write( "Using the 1st \"2\": \n" ); document.write( "2,2: mean = 2 \n" ); document.write( "2,4: mean = 3 \n" ); document.write( "2,4: mean = 3 \n" ); document.write( "2,8: mean = 5 \n" ); document.write( "---------------------- \n" ); document.write( "Using the 2nd \"2\": \n" ); document.write( "2,2: mean = 2 \n" ); document.write( "2,4: mean = 3 \n" ); document.write( "2,4: mean = 3 \n" ); document.write( "2,8: mean = 5 \n" ); document.write( "---------------------- \n" ); document.write( "Using the 1st \"4\": \n" ); document.write( "4,2: = 3 \n" ); document.write( "4,2: = 38,2 \n" ); document.write( "4,4: = 4 \n" ); document.write( "4,8: = 6 \n" ); document.write( "------------- \n" ); document.write( "Using the 2nd \"4: \n" ); document.write( "4,2: = 3 \n" ); document.write( "4,2: = 3 \n" ); document.write( "4,4: = 4 \n" ); document.write( "4,8: = 6 \n" ); document.write( "------------ \n" ); document.write( "Using the \"8\": \n" ); document.write( "8,2: = 5 \n" ); document.write( "8,2: = 5 \n" ); document.write( "8,4: = 6 \n" ); document.write( "8,4: = 6 \n" ); document.write( "----------------------------\r \n" ); document.write( "\n" ); document.write( "b. Compute the mean of the disbribution of sample means \n" ); document.write( "Find the mean of {2,3,3,5,2,3,3,5,3,3,4,6,3,3,4,6,5,5,6,6} \n" ); document.write( "= (13+13+16+16+22)/20 = (26+32+22)/20 = 80/20 = 4 \n" ); document.write( "---------- \n" ); document.write( "compute the population mean \n" ); document.write( "Find the mean of {2,2,4,4,and 8} = 20/5 = 4 \n" ); document.write( ". compare the two values. \n" ); document.write( "The mean of the sample means is the same as the mean of the population. \n" ); document.write( "----------------------------- \n" ); document.write( "c. Compare the dispersion in the population with that of the sample mean. \n" ); document.write( "Range of the population is 8-2 = 6 \n" ); document.write( "Range of the sample means is 6-2 = 4 \n" ); document.write( "The sample means are less dispersed than the population. \n" ); document.write( "------------------------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |