10.1 Measures of Central Tendency & Dispersion

Key Takeaways

  • Arithmetic mean ($\bar{x} = \frac{\sum x}{n}$) is the numerical balance point computed by summing all values and dividing by the total count $n$; it utilizes every data value but is highly sensitive to extreme outliers.
  • Median is the exact physical middle value when data is arranged in numerical order (the $\frac{n+1}{2}$-th value for odd $n$, or the arithmetic average of the two middle values for even $n$), making it resistant to outliers and ideal for skewed distributions.
  • Mode is the value (or values) occurring with the highest frequency; a dataset may be unimodal, bimodal, multimodal, or have no mode, and it is the only measure of central tendency suitable for categorical data.
  • Weighted mean accounts for differing relative importance or frequencies ($w_i$), calculated as $\bar{x}_w = \frac{\sum (w_i \cdot x_i)}{\sum w_i}$, essential for GPA calculations, course grades, and grouped frequency distributions.
  • Range measures dispersion as the difference between the absolute maximum and minimum ($\text{Range} = \text{Max} - \text{Min}$); right-skewed data pulls the mean above the median ($\text{Mean} > \text{Median}$), while left-skewed data pulls the mean below the median ($\text{Mean} < \text{Median}$).
Last updated: September 2026

Measures of Central Tendency & Dispersion

Quick Summary: Central tendency describes the central, middle, or typical value that represents an entire quantitative dataset. The three primary measures of center tested on the HiSET exam are the arithmetic mean (the calculated balance point), the median (the physical midpoint of ordered data), and the mode (the most frequent value). Dispersion describes how spread out the values are, measured fundamentally by the range (maximum minus minimum). Understanding when to use each measure—especially when data contains extreme values (outliers) or asymmetric distributions (skewness)—is critical for high performance on the HiSET Mathematics subtest.

Statistical measures summarize large sets of quantitative information into single descriptive numbers. On the HiSET, questions frequently assess not only your ability to compute these values mechanically, but also your conceptual grasp of how altering data points affects each measure.


1. The Arithmetic Mean

The arithmetic mean (commonly called the average and symbolized as $\bar{x}$ for a sample or $\mu$ for a population) is calculated by summing all individual data values and dividing that sum by the total number of observations ($n$):

xˉ=xn=x1+x2+x3++xnn\bar{x} = \frac{\sum x}{n} = \frac{x_1 + x_2 + x_3 + \dots + x_n}{n}

Key Characteristics of the Mean

  • Comprehensive: Every single value in the dataset contributes to the calculation.
  • Algebraic Balance Point: The sum of deviations of all values from the mean is always zero: $\sum (x_i - \bar{x}) = 0$.
  • Outlier Sensitivity: An extreme value (unusually large or small) significantly pulls the mean toward that extreme.

Finding a Missing Score for a Target Average

A classic HiSET problem provides several scores and asks what score must be earned on a subsequent test or assignment to achieve a target average. To solve these problems algebraically, utilize the fundamental relationship:

Total Sum Required=n×Target Mean\text{Total Sum Required} = n \times \text{Target Mean} Missing Score=(n×Target Mean)(Sum of Existing Scores)\text{Missing Score} = (n \times \text{Target Mean}) - (\text{Sum of Existing Scores})

Worked Example 1: Missing Score Calculation

A student has recorded scores of $78$, $86$, $91$, and $81$ on their first four biology exams. What score must the student achieve on the fifth exam to finish the course with an overall mean score of $85$?

  1. Determine total number of exams: $n = 5$.
  2. Calculate required total points: Target Total=5×85=425 points\text{Target Total} = 5 \times 85 = 425\text{ points}
  3. Sum existing scores: Current Sum=78+86+91+81=336 points\text{Current Sum} = 78 + 86 + 91 + 81 = 336\text{ points}
  4. Solve for the fifth score ($x_5$): 336+x5=425336 + x_5 = 425 x5=425336=89x_5 = 425 - 336 = 89
  5. Conclusion: The student must score exactly $89$ on the fifth exam.

2. The Weighted Mean

In many academic and real-world settings, different data values contribute with unequal importance or frequency. A weighted mean ($\bar{x}_w$) assigns a weight ($w_i$) to each value ($x_i$):

xˉw=(wixi)wi=w1x1+w2x2++wkxkw1+w2++wk\bar{x}_w = \frac{\sum (w_i \cdot x_i)}{\sum w_i} = \frac{w_1 x_1 + w_2 x_2 + \dots + w_k x_k}{w_1 + w_2 + \dots + w_k}

When weights are expressed as percentages that sum to $100%$ (or $1.00$ in decimal form), the denominator equals $1$, simplifying the formula to:

xˉw=(w1x1)+(w2x2)++(wkxk)\bar{x}_w = (w_1 \cdot x_1) + (w_2 \cdot x_2) + \dots + (w_k \cdot x_k)

   Standard Mean vs. Weighted Mean Concept
   
   Standard Mean:   [Score A (1/3)] + [Score B (1/3)] + [Score C (1/3)]   (Equal Weights)
   
   Weighted Mean:   [HW 20%] + [Midterm 30%] + [Final Exam 50%]           (Unequal Weights)
                    ▲          ▲               ▲
                    │          │               └─ Exerts 2.5× impact of Homework!
                    └──────────┴───────────────── Weights reflect assigned importance

Worked Example 2: Grade Point Average (GPA) Calculation

A college student completes four courses during a semester. Grade points are assigned as follows: $\text{A} = 4.0$, $\text{B} = 3.0$, $\text{C} = 2.0$, $\text{D} = 1.0$, $\text{F} = 0.0$. Find the student's semester GPA based on the course record below:

CourseCredit Hours ($w_i$)Grade EarnedGrade Points ($x_i$)Quality Points ($w_i \cdot x_i$)
English 101$3$B$3.0$$3 \times 3.0 = 9.0$
Calculus I$4$A$4.0$$4 \times 4.0 = 16.0$
Chemistry Lab$1$A$4.0$$1 \times 4.0 = 4.0$
History 201$3$C$2.0$$3 \times 2.0 = 6.0$
Total$\sum w_i = 11$$\sum (w_i x_i) = 35.0$

GPA=(wixi)wi=35.0113.18183.18\text{GPA} = \frac{\sum (w_i \cdot x_i)}{\sum w_i} = \frac{35.0}{11} \approx 3.1818 \approx 3.18

The student's weighted Grade Point Average is $3.18$.

3. The Median

The median is the physical center value of a dataset when all observations are arranged in ascending (or descending) numerical order. It splits the distribution into two halves: exactly $50%$ of the data values lie at or below the median, and $50%$ lie at or above it.

Step-by-Step Algorithm for Finding the Median

  1. Sort: Arrange all $n$ data values from least to greatest. Never attempt to find the median without ordering the data first!
  2. Evaluate sample size $n$:
    • Case 1: Odd $n$: There is a single, unambiguous center value located at position $\frac{n+1}{2}$.
    • Case 2: Even $n$: There are two middle values located at positions $\frac{n}{2}$ and $\frac{n}{2} + 1$. The median is the arithmetic mean of these two middle values.
   Odd Number of Values (n = 7)            Even Number of Values (n = 8)
   
   Ordered: [12, 15, 18, (22), 27, 31, 35]   Ordered: [10, 14, 16, (19, 23), 28, 32, 40]
                          ▲                                         ▲   ▲
                          │                                         └───┴───► (19 + 23) / 2
                    Median = 22                                  Median = 21.0

Worked Example 3: Finding Median in Odd vs. Even Datasets

  • Dataset A (Odd $n = 9$): ${24, 18, 30, 12, 27, 21, 15, 33, 29}$

    • Step 1 (Order): $12, 15, 18, 21, \mathbf{24}, 27, 29, 30, 33$
    • Step 2 (Middle Position): Position $\frac{9+1}{2} = 5$.
    • Result: $\text{Median} = 24$.
  • Dataset B (Even $n = 10$): ${88, 72, 94, 65, 80, 76, 91, 84, 70, 85}$

    • Step 1 (Order): $65, 70, 72, 76, \mathbf{80}, \mathbf{84}, 85, 88, 91, 94$
    • Step 2 (Two Center Positions): Positions $\frac{10}{2} = 5$ (value $80$) and $\frac{10}{2} + 1 = 6$ (value $84$).
    • Step 3 (Average Middle Pair): $\text{Median} = \frac{80 + 84}{2} = \frac{164}{2} = 82$.

4. The Mode

The mode is the data value that occurs with the greatest frequency (most often) in a dataset.

Mode Classifications

  • Unimodal: Exactly one value appears with the highest frequency.
    • Example: ${3, 5, 5, 5, 8, 9} \implies \text{Mode} = 5$.
  • Bimodal: Exactly two distinct values tie for the highest frequency.
    • Example: ${12, 14, 14, 17, 19, 19, 22} \implies \text{Modes} = 14\text{ and } 19$.
  • Multimodal: Three or more distinct values tie for highest frequency.
  • No Mode: Every value in the dataset appears an equal number of times.
    • Example: ${4, 7, 9, 11, 15, 23} \implies \text{No Mode}$ (do not write $0$; $0$ is a numeric value!).

HiSET Application Note: The mode is the only measure of central tendency that can be used for categorical (nominal / non-numeric) data. For instance, if a survey records favorite car colors as Blue, Red, Blue, Silver, Blue, Black, the mean and median cannot be calculated, but the mode is Blue.


5. The Range (Measure of Dispersion)

While mean, median, and mode describe the center, dispersion (or variability) describes how spread out the data points are. The fundamental measure of dispersion tested on the HiSET is the range:

Range=Maximum ValueMinimum Value\mathbf{\text{Range} = \text{Maximum Value} - \text{Minimum Value}}

Key Properties of Range

  • Simple to calculate and intuitive to understand.
  • Relies solely on the two extreme values of the dataset; it ignores all intermediate data distribution.
  • Highly vulnerable to distortion if an extreme outlier is present.

6. Outliers, Skewness & Choosing the Best Measure of Center

An outlier is an observation that lies an abnormal numerical distance away from the other values in a dataset. Outliers exert a profound mathematical impact on data symmetry and measure selection.

                  Data Distribution Shapes & Measures of Center

   1. Symmetric (Bell-Shaped)       2. Right-Skewed (Positive)       3. Left-Skewed (Negative)
   
            ▲                                ▲                                ▲
           / \                              / \                              / \ 
          /   \                            /   \                            /   \ 
         /     \                          /     \____                      ____/     \ 
        /       \                        /           \____            ____/           \ 
       ───────────                      ───────────────────          ───────────────────
        Mean ≈ Med                       Med < Mean                   Mean < Med
       (Tail balanced)                  (Long right tail)            (Long left tail)

Comparing Distribution Shapes

Distribution ShapeVisual CharacteristicMathematical RelationshipIdeal Measure of CenterReal-World Context
SymmetricBalanced left and right tails; bell-shaped$\text{Mean} \approx \text{Median} \approx \text{Mode}$Mean (incorporates all values)Adult heights, standardized test scores, manufacturing dimensions
Right-Skewed (Positive)Long tail extending to the right toward high values$\text{Mean} > \text{Median} > \text{Mode}$Median (resistant to high outliers)Household income, residential real estate prices, CEO compensation
Left-Skewed (Negative)Long tail extending to the left toward low values$\text{Mean} < \text{Median} < \text{Mode}$Median (resistant to low outliers)Scores on an easy exam, age at natural human death, retirement age

Why the Median is Resistant (Robust)

Consider a small business with 5 employees earning hourly wages of $$15, $16, $17, $18, $20$.

  • Initial Mean: $\frac{15+16+17+18+20}{5} = \frac{86}{5} = $17.20$
  • Initial Median: $$17.00$

Now suppose the owner hires an executive consultant at $$120$ per hour, expanding the dataset to ${15, 16, 17, 18, 20, 120}$:

  • New Mean: $\frac{15+16+17+18+20+120}{6} = \frac{206}{6} \approx $34.33$ (inflated by nearly $100%$!)
  • New Median: $\frac{17 + 18}{2} = $17.50$ (barely shifted!)

Because $5$ of the $6$ employees still earn under $$21$ per hour, the median of $$17.50$ provides a vastly more accurate representation of a "typical" employee's wage than the skewed mean of $$34.33$.


High-Frequency HiSET Traps & Exam Strategies

  1. Forgetting to Sort Before Finding the Median: On the exam, datasets in word problems are frequently listed out of numerical order. If you select the center number of an unsorted list, you will select an incorrect answer choice that test makers intentionally included as a distractor.
  2. Treating Zero as Non-Existent: If a student scores $85, 90, 0, 95$, the sample size is $n = 4$, not $n = 3$. The score of $0$ must be included in the denominator division: $\text{Mean} = \frac{270}{4} = 67.5$.
  3. Stating "Mode = 0" for Datasets with No Repeated Values: If no numbers repeat, the correct answer is "No mode." Stating that the mode is $0$ means that zero is the most frequently occurring value in the set.
  4. Unweighted vs. Weighted Averages: Never simply average component averages together if they represent different group sizes or percentage weights. Always compute total points or use the weighted formula $\frac{\sum (w \cdot x)}{\sum w}$.
Loading diagram...
Choosing the Optimal Measure of Central Tendency
Test Your Knowledge

A student earned scores of 76, 82, 88, and 84 on four mathematics tests. What score must the student earn on the fifth test to achieve an overall arithmetic mean of 85?

A
B
C
D
Test Your Knowledge

In a college science course, laboratory reports account for 25% of the final grade, midterm exams account for 35%, and the comprehensive final exam accounts for 40%. If a student earns an 88 on laboratory reports, a 74 on midterms, and an 85 on the final exam, what is the student's final weighted course average?

A
B
C
D
Test Your Knowledge

The hourly wages of 8 staff members at a small business are $14, $15, $15, $17, $19, $22, $24, and $65. What is the median hourly wage?

A
B
C
D
Test Your Knowledge

A survey of annual salaries at a tech startup records 18 customer support specialists earning between $45,000 and $55,000, and 2 executive founders earning $950,000 each. Which statement accurately describes the shape of the salary distribution and the most appropriate measure of central tendency to represent a typical employee's salary?

A
B
C
D