Math Problem Statement
To be an outlier for the following data set, data points should lie between,
18 44 47 55 61 62 78 79 83 145
Hint: Outlier is defined as a value x, holding the following conditions.
x > Q3 + 1.5*(Inter Quartile Range)
x < Q1 - 1.5*(Inter Quartile Range)
Upper bound
Answer 1 Choose... Lower bound Answer 2 Choose...
Solution
Ask a new question for Free
By Image
Drop file here or Click Here to upload
Math Problem Analysis
Mathematical Concepts
Statistics
Quartiles
Interquartile Range
Outliers
Formulas
Q1 - 1.5 * IQR (Lower Bound)
Q3 + 1.5 * IQR (Upper Bound)
IQR = Q3 - Q1
Theorems
Interquartile Range Theorem for Outliers
Suitable Grade Level
Grades 9-12
Related Recommendation
Outlier Detection Using IQR for Data Set {11, 10.7, 22, 101, 37, 13.7, 54, 13, 21, 11.9}
Interquartile Range and Outliers: Analyzing Data with IQR
How to Identify Outliers Using the Five-Number Summary and IQR
Outlier Detection in Data Set Using IQR Method: 840, 296, 157, 750, 5,580, 400
Determining Outliers in Data Using the IQR Method