I was trying to answer the question below.
Given the sets S1 = {2,3,5,8,9} and S2 = {3,4,5,6,7} which of the following statements are correct?
a. Median value and mean are 5 for both sets
b. For S2 the median value is equal to the mean value
c. S1 has a larger variance than S2
d. Both sets have the same variance
I tried solving it and it seems like both b and c are correct. The problem is there can only be one correct answer. Can someone check to see if they can answer the question or tell me if there is an error in the question.
You need to start by finding means, medians, and variances of the two samples. I have done this using R.