Generate 300 random observations from a NORMAL population with mean μ = 100 and standard deviation σ = 10; store the results in C1. Take another random sample of 300 observations (from a NORMAL population with mean μ = 100 and standard deviation σ = 10) and store those values in C2. Consider each of the 300 rows of data in C1 and C2 as samples of size n=2. Calculate the sample average for each of these 300 pairs of data using the ROW STATISTICS command and store the results in C3. Rename the C3 as "Norm n=2". What you have created in C3 represents a Sampling Distribution of X with bar on top. Calculate the DESCRIPTIVE STATISTICS of column C3. Which of the following statement/s is/are true? I. The mean of Column C3 is close to μ which is 100. II. The standard deviation of Column C3 is close to fraction numerator sigma over denominator square root of n end fraction which is about 7.07. III. The standard deviation of Column C3 is close to sigma which is 10. IV. None of the above.