In this lesson you learned how to identify an outlier in a data set. Use the following to determine the boundaries of the outliers.

Quartile 1: 12
Quartile 3: 26
IQR:14

Any value that is below 1.___ and any value above 2.___ would be considered an outlier.

Any value that is below 1.0 * IQR + Quartile 1 (12) and any value above 3.0 * IQR + Quartile 3 (26) would be considered an outlier.

So, the boundaries of the outliers would be:
- Lower bound: 11.0 (1.0 * 14 + 12)
- Upper bound: 62.0 (3.0 * 14 + 26)