Consider the set of five numbers {0, 2, 4, 6, 8}.
1) Make a list of all possible samples of size 2 that can bedrawn from this set of integers. (Sample without replacements, thatis, once a number is selected, you don’t put it back in the sampleset.)
2) Make a list of all possible sample means for samples of size2 selected from this set.
3) List the distribution of the sample means and construct ahistogram of this distribution.