Extending Concepts
Trimmed Mean To find the 10% trimmed mean of a data set, order the data, delete the lowest 10% of the entries and the highest 10% of the entries, and find the mean of the remaining entries.
c. What is the benefit of using a trimmed mean versus using a mean found using all data entries? Explain your reasoning.