The table shows the number of hours spent studying for a history final exam and the score on that exam. Each row represents a single student. Which value is an outlier in the table below?

Exam Scores
Number of hours spent studying, x
Exam score
(out of 100), y
1.5
65
2
68
3.5
71
4.5
98
4.5
82
6
84
6.5
88
7
85
7
80
(1.5, 65)
(3.5, 71)
(4.5, 98)
(6.5, 88)

1 answer

To identify an outlier from the given data, we can use the interquartile range (IQR) method. Typically, an outlier is considered to be a data point that is more than 1.5 times the IQR above the third quartile (Q3) or below the first quartile (Q1).

  1. First, we need to organize the exam scores:
  • (1.5, 65)
  • (2, 68)
  • (3.5, 71)
  • (4.5, 82)
  • (4.5, 98)
  • (6, 84)
  • (6.5, 88)
  • (7, 85)
  • (7, 80)
  1. Next, we can extract the scores (y-values):

65, 68, 71, 82, 98, 84, 88, 85, 80

  1. Now, we sort the scores in ascending order:

65, 68, 71, 80, 82, 84, 85, 88, 98

  1. Identify Q1 and Q3:
  • Q1 (the first quartile) is the median of the first half of the data:

    • First half: 65, 68, 71, 80
    • Median of first half: (68 + 71) / 2 = 69.5
  • Q3 (the third quartile) is the median of the second half of the data:

    • Second half: 82, 84, 85, 88, 98
    • Median of the second half: (84 + 85) / 2 = 84.5
  1. Now, we calculate the IQR:

IQR = Q3 - Q1 = 84.5 - 69.5 = 15

  1. Now we find the lower and upper bounds for outliers:
  • Lower bound: Q1 - 1.5 * IQR = 69.5 - 1.5 * 15 = 69.5 - 22.5 = 47
  • Upper bound: Q3 + 1.5 * IQR = 84.5 + 1.5 * 15 = 84.5 + 22.5 = 107
  1. Finally, we look for any exam scores outside the bounds of 47 and 107:

The scores are: 65, 68, 71, 80, 82, 84, 85, 88, 98

All the scores fall within the range of 47 to 107, but now we should consider the points individually:

Among the highlighted points for potential outliers:

  • (1.5, 65) - within bounds
  • (3.5, 71) - within bounds
  • (4.5, 98) - within bounds
  • (6.5, 88) - within bounds

The score of 98 from the point (4.5, 98) stands out compared to the others. While it is within the calculated bounds based on IQR, it could still be considered an outlier in the context of this dataset, as it is significantly higher than most scores.

Thus, the outlier is (4.5, 98) in the context of this dataset as it is far apart from the rest.