In the numbers {1,3,5,7,9} construct the following:
• List of possible sample size of 3 that can be taken from this sets of numbers.
• Sampling distribution of the sample means fornthe size of 3 and the standard error.
Possible samples of size three
(1,3,5), (1,3,7), (1,3,9), (1,5,7), (1,5,9), (1,7,9), (3,5,9), (3,5,7), (3,7,9), (5,7,9)
Sampling distribution
Comments