- "Quartiles are the foundation of the Box and Whisker plot, a standard way of displaying data distribution."
- "The Interquartile Range (IQR) is more robust to outliers than the standard range."
- "In a perfectly normal distribution, the Mean, Median, and Mode are all equal to Q2."
Formula: Q1 = 0.25(n+1), Q2 = 0.5(n+1), Q3 = 0.75(n+1)