Mathematics
Grade 11
15 min
Identify an outlier
Identify an outlier
Tutorial Preview
1
Introduction & Learning Objectives
Learning Objectives
Define an outlier and explain its potential impact on a dataset.
Calculate the five-number summary (Minimum, Q1, Median, Q3, Maximum) for a given dataset.
Compute the Interquartile Range (IQR).
Apply the 1.5 x IQR rule to determine the upper and lower fences for a dataset.
Mathematically identify any outliers in a dataset by comparing data points to the calculated fences.
Visually estimate potential outliers using a box-and-whisker plot.
Imagine a basketball team where most players are around 6'5", but one player is 7'8". How does that one player affect the team's average height? 🏀
This tutorial will teach you the mathematical method for identifying these extreme data points, known as outliers. Understanding outliers is crucial...
2
Key Concepts & Vocabulary
TermDefinitionExample
OutlierA data point that is numerically distant from the rest of the data in a dataset. It lies an abnormal distance from other values.In the dataset {10, 12, 15, 19, 105}, the value 105 is a likely outlier because it is much larger than the other numbers.
Five-Number SummaryA set of five descriptive statistics that provides a concise summary of a dataset's distribution. It consists of the Minimum, First Quartile (Q1), Median (Q2), Third Quartile (Q3), and Maximum.For the data {2, 3, 5, 8, 10, 12, 15}, the five-number summary is Min=2, Q1=3, Median=8, Q3=12, Max=15.
QuartilesValues that divide a sorted dataset into four equal parts. Q1 is the median of the lower half, Q2 is the overall median, and Q3 is the median of the upper half.In {1, 2, 3, 4, 5, 6, 7, 8}, Q...
3
Core Formulas
Interquartile Range (IQR) Formula
IQR = Q_3 - Q_1
Use this formula after finding the first (Q1) and third (Q3) quartiles. The IQR is a crucial component for finding outliers.
Lower Fence Formula
Lower Fence = Q_1 - (1.5 \times IQR)
Calculate this value to set the lower boundary for the dataset. Any data point below this value is an outlier.
Upper Fence Formula
Upper Fence = Q_3 + (1.5 \times IQR)
Calculate this value to set the upper boundary for the dataset. Any data point above this value is an outlier.
4 more steps in this tutorial
Sign up free to access the complete tutorial with worked examples and practice.
Sign Up Free to ContinueSample Practice Questions
Challenging
A dataset has an Interquartile Range (IQR) of 30 and its upper fence is calculated to be 150. What is the value of the third quartile (Q3)?
A.105
B.120
C.180
D.95
Challenging
The annual salaries (in thousands) of 11 employees are: 50, 52, 55, 56, 58, 60, 61, 64, 68, 72, 180. How does the presence of the outlier (180) affect the relationship between the mean and the median of this dataset?
A.The mean and median are approximately equal.
B.The mean is significantly greater than the median.
C.The median is significantly greater than the mean.
D.The outlier has no effect on the mean or median.
Challenging
For a particular dataset, the first quartile (Q1) is 60. The data point 15 is identified as a low outlier. What is the maximum possible integer value for the Interquartile Range (IQR)?
A.20
B.30
C.44
D.29
Want to practice and check your answers?
Sign up to access all questions with instant feedback, explanations, and progress tracking.
Start Practicing Free