Achievable logoAchievable logo
Praxis Core: Math (5733)
Sign in
Sign up
Purchase
Textbook
Practice exams
Support
How it works
Exam catalog
Mountain with a flag at the peak
Textbook
Introduction
1. Number and quantity
2. Data analysis, statistics, and probability
2.1 Understanding central tendencies
2.2 Understanding and representing data
2.3 Interpreting data
2.4 Interpreting scatterplots
2.5 Computing probabilities
3. Algebra and geometry
Wrapping up
Achievable logoAchievable logo
2.1 Understanding central tendencies
Achievable Praxis Core: Math (5733)
2. Data analysis, statistics, and probability
Our Praxis Core: Math course is currently in development and is a work-in-progress.

Understanding central tendencies

6 min read
Font
Discuss
Share
Feedback

Measures of central tendency describe a typical value of a data set, while measures of spread describe how much the data varies. These summaries help you compare distributions and understand data at a glance. Here are the key statistical measures you need to know for data analysis.

Definitions

Measures of center

Mean (arithmetic average)
Formula xˉ=n∑i=1n​xi​​. The balance point of the data. Sensitive to extreme values.
Median (middle value)
Order data from smallest to largest.
  • If n is odd, the median is the 2n+1​th value.
  • If n is even, the median is the average of the 2n​th and (2n​+1)th values. Resistant to extreme values.
Mode (most frequent value)
If every value occurs exactly once, the data set has no mode. Otherwise, the mode is the value (or values, if tied) that occurs most often. A data set can be unimodal, bimodal, or multimodal.

Measures of spread

Range
The difference between the highest and lowest values in a data set. It gives a quick sense of how spread out the data are.
Interquartile range (IQR)
The spread of the middle 50% of the data, found by subtracting the first quartile (Q1​) from the third quartile (Q3​): IQR=Q3​−Q1​. The IQR is useful for identifying outliers. A common rule: a value is an outlier if it falls below Q1​−1.5×IQR or above Q3​+1.5×IQR.
Variance
The average squared deviation from the mean; mainly an intermediate step toward computing standard deviation on the Praxis.
Standard deviation
The square root of the variance: σ=σ2​. A measure of the average distance of each data value from the mean. A smaller standard deviation means the values are closer to the mean, while a larger one means the data are more spread out.
Extreme values (outliers)
Extremely large or extremely small numbers that are far away from the majority of the data.

The two examples below compare a data set without an extreme value to one with an extreme value, showing how each measure responds.

Example: Effect of an extreme value on center

Dataset A: 4,6,7,8,10

  • Ordered: 4,6,7,8,10.
  • Mean: xˉ=54+6+7+8+10​=535​=7.
  • Median: the 3rd value in the ordered list =7.
  • Mode: all values are unique, so there is no mode.

Dataset B: 4,6,7,8,100 (replace 10 with an extreme value)

  • Mean: 54+6+7+8+100​=5125​=25.
  • Median: the 3rd value is still 7.
  • Mode: no mode.

Answer: Dataset A - Mean =7, Median =7, no mode. Dataset B - Mean =25, Median =7, no mode.

Sidenote
Not all measures of central tendency are affected equally

Notice that the mean shifts from 7 to 25 because of the extreme value, while the median stays at 7. This shows the median’s resistance to extreme values (outliers).

Measures of spread

Measures of spread describe how much the values in a data set vary around the center. For the Praxis, focus on range, interquartile range, and standard deviation. Introductory statistics courses go deeper into variance and its role.

Sidenote
How to find quartiles: the exclusive method

To find Q1​ and Q3​, we use the exclusive method: split the ordered data into a lower half and an upper half, then take the median of each half.

  • Odd n: exclude the median value itself before splitting.
  • Even n: the lower half is the first 2n​ values and the upper half is the last 2n​ values. Example: 1,3,3,5,7,8,9,10 (n=8, median = 25+7​=6)
    • Lower half: 1,3,3,5 → Q1​=23+3​=3
    • Upper half: 7,8,9,10 → Q3​=28+9​=8.5
    • IQR=8.5−3=5.5

This split works the same way regardless of whether the two middle values happen to be equal.

Example: Computing range and IQR

4,6,7,8,10

  • To find the interquartile range (IQR), start by ordering the data and identifying the median, which is 7. Then split the data into a lower half and an upper half around the median.
  • Because n=5 is odd, we use the exclusive method: exclude the median (7) before splitting.
  • The lower half is 4,6, so the first quartile Q1​ is the average of those two values: 24+6​=210​=5.
  • The upper half is 8,10, so the third quartile Q3​ is 28+10​=218​=9.
  • The IQR is then calculated as Q3​−Q1​=9−5=4.

Answer: 4

Example: Computing standard deviation

4,6,7,8,10

  • Mean =7. Squared deviations: (−3)2+(−1)2+02+12+32=9+1+0+1+9=20.
  • Variance: σ2=520​=4.
  • Standard deviation: σ=4​=2.

Answer: 2

Choosing the right measure

Now that you know how to compute both center and spread, here’s a guide for deciding which measure to use in a given situation.

Situation Best measure of center Best measure of spread Why
Categorical data (e.g., favorite color) Mode Not applicable Mean and median cannot be calculated, only mode makes sense.
Numerical data, no extreme values, symmetric Mean Standard deviation Uses all values, accurate for well-behaved data.
Numerical data, no extreme values, skewed Median IQR Median resists skew, IQR ignores extremes.
Numerical data with extreme values (outliers) Median IQR Both are resistant to outliers, mean and standard deviation would be distorted.
Small data set Median Range or IQR Range is quick to compute; IQR is still appropriate. Because range is sensitive to outliers, use IQR if any extreme values are present.

Effects of transformations

When a constant c is added to each value in a data set, the mean, median, and mode all increase by c. Measures of spread such as the range, interquartile range (IQR), and standard deviation stay the same, because the distances between values don’t change.

When each data value is multiplied by a positive constant k, the mean, median, and mode are all multiplied by k. The range, IQR, and standard deviation are also multiplied by k, because all distances are scaled by the same factor.

Watch out: adding a constant does NOT change spread

A common Praxis trap is assuming that range and IQR increase when you add a constant to every value. They don’t. Adding 10 to every value shifts the whole data set up by 10, but the distances between values stay exactly the same - so range, IQR, and standard deviation are unchanged. Only the measures of center (mean, median, mode) shift.

For example, if a data set has range =6 and IQR =4, and you add 100 to every value, the range is still 6 and the IQR is still 4.

  • Always order data before computing median or quartiles.
  • Use mean for balanced average but exercise caution with extreme values.
  • Use median when distribution is skewed or contains extreme values.
  • Mode is useful for categorical or discrete data.
  • Range gives quick sense of total spread but is sensitive to extremes.
  • IQR focuses on central spread ignoring extremes.
  • Standard deviation quantifies average deviation from the mean.
  • Remember how transformations affect each measure.

Sign up for free to take 5 quiz questions on this topic

All rights reserved ©2016 - 2026 Achievable, Inc.

Understanding central tendencies

Measures of central tendency describe a typical value of a data set, while measures of spread describe how much the data varies. These summaries help you compare distributions and understand data at a glance. Here are the key statistical measures you need to know for data analysis.

Definitions

Measures of center

Mean (arithmetic average)
Formula xˉ=n∑i=1n​xi​​. The balance point of the data. Sensitive to extreme values.
Median (middle value)
Order data from smallest to largest.
  • If n is odd, the median is the 2n+1​th value.
  • If n is even, the median is the average of the 2n​th and (2n​+1)th values. Resistant to extreme values.
Mode (most frequent value)
If every value occurs exactly once, the data set has no mode. Otherwise, the mode is the value (or values, if tied) that occurs most often. A data set can be unimodal, bimodal, or multimodal.

Measures of spread

Range
The difference between the highest and lowest values in a data set. It gives a quick sense of how spread out the data are.
Interquartile range (IQR)
The spread of the middle 50% of the data, found by subtracting the first quartile (Q1​) from the third quartile (Q3​): IQR=Q3​−Q1​. The IQR is useful for identifying outliers. A common rule: a value is an outlier if it falls below Q1​−1.5×IQR or above Q3​+1.5×IQR.
Variance
The average squared deviation from the mean; mainly an intermediate step toward computing standard deviation on the Praxis.
Standard deviation
The square root of the variance: σ=σ2​. A measure of the average distance of each data value from the mean. A smaller standard deviation means the values are closer to the mean, while a larger one means the data are more spread out.
Extreme values (outliers)
Extremely large or extremely small numbers that are far away from the majority of the data.

The two examples below compare a data set without an extreme value to one with an extreme value, showing how each measure responds.

Example: Effect of an extreme value on center

Dataset A: 4,6,7,8,10

  • Ordered: 4,6,7,8,10.
  • Mean: xˉ=54+6+7+8+10​=535​=7.
  • Median: the 3rd value in the ordered list =7.
  • Mode: all values are unique, so there is no mode.

Dataset B: 4,6,7,8,100 (replace 10 with an extreme value)

  • Mean: 54+6+7+8+100​=5125​=25.
  • Median: the 3rd value is still 7.
  • Mode: no mode.

Answer: Dataset A - Mean =7, Median =7, no mode. Dataset B - Mean =25, Median =7, no mode.

Sidenote
Not all measures of central tendency are affected equally

Notice that the mean shifts from 7 to 25 because of the extreme value, while the median stays at 7. This shows the median’s resistance to extreme values (outliers).

Measures of spread

Measures of spread describe how much the values in a data set vary around the center. For the Praxis, focus on range, interquartile range, and standard deviation. Introductory statistics courses go deeper into variance and its role.

Sidenote
How to find quartiles: the exclusive method

To find Q1​ and Q3​, we use the exclusive method: split the ordered data into a lower half and an upper half, then take the median of each half.

  • Odd n: exclude the median value itself before splitting.
  • Even n: the lower half is the first 2n​ values and the upper half is the last 2n​ values. Example: 1,3,3,5,7,8,9,10 (n=8, median = 25+7​=6)
    • Lower half: 1,3,3,5 → Q1​=23+3​=3
    • Upper half: 7,8,9,10 → Q3​=28+9​=8.5
    • IQR=8.5−3=5.5

This split works the same way regardless of whether the two middle values happen to be equal.

Example: Computing range and IQR

4,6,7,8,10

  • To find the interquartile range (IQR), start by ordering the data and identifying the median, which is 7. Then split the data into a lower half and an upper half around the median.
  • Because n=5 is odd, we use the exclusive method: exclude the median (7) before splitting.
  • The lower half is 4,6, so the first quartile Q1​ is the average of those two values: 24+6​=210​=5.
  • The upper half is 8,10, so the third quartile Q3​ is 28+10​=218​=9.
  • The IQR is then calculated as Q3​−Q1​=9−5=4.

Answer: 4

Example: Computing standard deviation

4,6,7,8,10

  • Mean =7. Squared deviations: (−3)2+(−1)2+02+12+32=9+1+0+1+9=20.
  • Variance: σ2=520​=4.
  • Standard deviation: σ=4​=2.

Answer: 2

Choosing the right measure

Now that you know how to compute both center and spread, here’s a guide for deciding which measure to use in a given situation.

Situation Best measure of center Best measure of spread Why
Categorical data (e.g., favorite color) Mode Not applicable Mean and median cannot be calculated, only mode makes sense.
Numerical data, no extreme values, symmetric Mean Standard deviation Uses all values, accurate for well-behaved data.
Numerical data, no extreme values, skewed Median IQR Median resists skew, IQR ignores extremes.
Numerical data with extreme values (outliers) Median IQR Both are resistant to outliers, mean and standard deviation would be distorted.
Small data set Median Range or IQR Range is quick to compute; IQR is still appropriate. Because range is sensitive to outliers, use IQR if any extreme values are present.

Effects of transformations

When a constant c is added to each value in a data set, the mean, median, and mode all increase by c. Measures of spread such as the range, interquartile range (IQR), and standard deviation stay the same, because the distances between values don’t change.

When each data value is multiplied by a positive constant k, the mean, median, and mode are all multiplied by k. The range, IQR, and standard deviation are also multiplied by k, because all distances are scaled by the same factor.

Watch out: adding a constant does NOT change spread

A common Praxis trap is assuming that range and IQR increase when you add a constant to every value. They don’t. Adding 10 to every value shifts the whole data set up by 10, but the distances between values stay exactly the same - so range, IQR, and standard deviation are unchanged. Only the measures of center (mean, median, mode) shift.

For example, if a data set has range =6 and IQR =4, and you add 100 to every value, the range is still 6 and the IQR is still 4.

Key points
  • Always order data before computing median or quartiles.
  • Use mean for balanced average but exercise caution with extreme values.
  • Use median when distribution is skewed or contains extreme values.
  • Mode is useful for categorical or discrete data.
  • Range gives quick sense of total spread but is sensitive to extremes.
  • IQR focuses on central spread ignoring extremes.
  • Standard deviation quantifies average deviation from the mean.
  • Remember how transformations affect each measure.