Let the set of odd single-digit integers {1, 3, 5, 7, 9}.
i. Create the list of all samples of size 2 which can be drawn from the set of integers. Sample with replacement; i.e., first number is drawn, observed, and then replaced (returned to sample set) before next drawing.
ii. Create sampling distribution of sample means for samples of size 2 selected from set.
iii. Create sampling distributions of sample ranges for samples of size 2.