GED MATHEMATICAL REASONING • QUANTITATIVE PROBLEM SOLVING

Calculate mean, median, mode, weighted average.

Master the four key measures of central tendency used to summarize and compare real-world data sets.

Why We Summarize Data

Imagine you have a list of 500 test scores from a school district. Nobody wants to read all 500 numbers just to understand how students are performing. For centuries, mathematicians and scientists have searched for single numbers that could represent an entire collection of data. These summary numbers are called measures of central tendency because they describe where the center of the data falls. The story of how these measures developed reveals a practical need: governments, businesses, and researchers all needed quick, reliable ways to make sense of large amounts of information.

1500s
Early Averages in Navigation
Sailors began averaging multiple compass readings to improve accuracy when crossing the ocean. This practical use of the arithmetic mean saved lives at sea.
1700s
Mean Enters Science
Astronomers like Tobias Mayer used the arithmetic mean to reduce errors in observations of stars, establishing the average as a standard scientific tool.
1800s
Median Gains Recognition
Francis Galton popularized the median as a better way to describe data that contains extreme values, such as income distributions where a few very wealthy individuals skew the mean.
1900s
Weighted Averages in Education & Economics
Schools adopted weighted averages for grade point averages, and economists used them to calculate price indexes like the Consumer Price Index (CPI).

Today, these four measures — mean, median, mode, and weighted average — are everywhere. They appear on the GED exam in applied, real-world contexts: comparing salaries, analyzing survey results, and interpreting grades. The central question this lesson answers is: Which measure should you use, and how do you calculate it correctly?

Core Definitions

Each of the four measures gives you a different angle on the same data set. They are all valid, but they answer slightly different questions. Understanding what each one tells you — and what it hides — is the foundation for every problem you will see on the GED.

1

Mean (Average)

Add all the values together and divide by how many values there are. The mean is sensitive to very high or very low numbers (outliers).
2

Median (Middle Value)

Arrange the values in order from least to greatest and find the middle number. If there is an even count, average the two middle numbers. The median resists outliers.
3

Mode (Most Frequent)

Identify the value that appears most often. A data set can have one mode, more than one mode, or no mode at all if every value appears the same number of times.
4

Weighted Average

Multiply each value by its weight (importance), add those products, then divide by the sum of the weights. This accounts for the fact that some values count more than others.
KEY TAKEAWAY
Think of a data set like a group of people on a seesaw. The mean is the balance point — if one person is much heavier, the balance shifts toward them. The median is simply the person sitting in the middle seat, regardless of weight. The mode is whichever weight appears most often. And a weighted average is like letting some people count double because they matter more in the situation you're analyzing.

Seeing Central Tendency on a Number Line

The diagram below plots a small data set on a number line and marks where the mean, median, and mode fall. Studying this visual helps you see that these three measures do not always land in the same place, especially when the data is skewed.

The data set {2, 3, 3, 5, 7, 7, 7, 12} is plotted on a number line. Blue dots are stacked where values repeat. Notice that the mean (5.75) is pulled toward the outlier 12, while the median (6) and mode (7) sit closer to the bulk of the data.

This visual makes an important point for the GED: when a data set contains an outlier (like 12 in this example), the mean gets pulled toward that extreme value while the median stays more stable. That is why news reports about household income typically use the median rather than the mean — a few extremely high earners would drag the average up and give a misleading picture.

Formulas and How to Use Them

The GED provides a formula sheet during the test, so you do not need to memorize these formulas. However, you do need to know what each variable means and how to plug in your numbers correctly. Let's walk through each formula.

MEAN (ARITHMETIC AVERAGE)
Mean = (x₁ + x₂ + x₃ + … + xₙ) ÷ n
x₁, x₂, … xₙ are the individual data values. n is the total number of values. Add all values, then divide by the count.
MEDIAN
If n is odd: Median = value at position (n + 1) ÷ 2 If n is even: Median = (value at n/2 + value at n/2 + 1) ÷ 2
First, sort all values from least to greatest. Then find the middle position. If there are an even number of values, average the two middle ones.
MODE
Mode = the value(s) with the highest frequency
Count how many times each value appears. The value that appears most is the mode. If two values tie for the highest count, both are modes (bimodal). If all values appear equally, there is no mode.
WEIGHTED AVERAGE
Weighted Avg = (w₁ × x₁ + w₂ × x₂ + … + wₙ × xₙ) ÷ (w₁ + w₂ + … + wₙ)
Each value x is multiplied by its weight w before adding. Divide by the total of all weights, not the number of values. Weights can be frequencies, percentages, or credit hours.
💡 GED Tip: Part 1 No-Calculator Strategy
On the no-calculator section (Part 1), you may be asked to find the mean or median of a small data set. Keep numbers manageable by grouping: for example, to average 48, 52, and 50, note they are all close to 50. The mean must be near 50, and you can compute 48 + 52 + 50 = 150, then 150 ÷ 3 = 50 quickly.

Weighted Average — When Not All Values Count Equally

The weighted average is the measure that trips up the most GED test-takers because it looks similar to the regular mean but behaves differently. In everyday life, you encounter weighted averages whenever some items matter more than others. A classic example is your grade point average (GPA): a 4-credit course affects your GPA more than a 1-credit course because it carries more weight.

Bar widths are proportional to credit hours. Notice how the 4-credit Math course (grade 85) pulls the weighted average down compared to the simple mean of 87. The weighted average of 86.1 reflects the fact that the Math grade carries the most influence.

The key difference to remember: in a simple mean, every value has equal importance (a weight of 1). In a weighted average, each value is multiplied by its weight before you add. On the GED, the problem will always tell you the weights — look for words like "credits," "hours," "frequency," or "percent of final grade."

Worked Example — All Four Measures

A small business tracks the number of customers per day over two weeks (10 business days). The data set is: 22, 25, 25, 28, 30, 30, 30, 35, 42, 53. Find the mean, median, mode, and weighted average if weekdays (Mon–Fri) have a weight of 2 and Saturdays have a weight of 3.

Finding Mean, Median, Mode, and Weighted Average
1
Step 1 — Find the MeanAdd all values: 22 + 25 + 25 + 28 + 30 + 30 + 30 + 35 + 42 + 53 = 320. Divide by the number of values: 320 ÷ 10 = 32.
Mean = 32
2
Step 2 — Find the MedianThe data is already sorted. There are 10 values (even count), so the median is the average of the 5th and 6th values. The 5th value is 30 and the 6th value is 30. Median = (30 + 30) ÷ 2 = 30.
Median = 30
3
Step 3 — Find the ModeCount the frequency of each value: 22 appears 1 time, 25 appears 2 times, 28 appears 1 time, 30 appears 3 times, 35 appears 1 time, 42 appears 1 time, 53 appears 1 time. The value 30 appears most often.
Mode = 30
4
Step 4 — Find the Weighted AverageSuppose the 10 days break down as 8 weekdays (weight 2 each) and 2 Saturdays (weight 3 each). The Saturday counts were the two highest: 42 and 53. Weekday counts: 22, 25, 25, 28, 30, 30, 30, 35. Compute weighted products: Weekdays = 2(22 + 25 + 25 + 28 + 30 + 30 + 30 + 35) = 2 × 225 = 450. Saturdays = 3(42 + 53) = 3 × 95 = 285. Total weights = 8(2) + 2(3) = 16 + 6 = 22. Weighted average = (450 + 285) ÷ 22 = 735 ÷ 22 ≈ 33.4.
Weighted Average ≈ 33.4
5
Step 5 — Compare the ResultsMean = 32, Median = 30, Mode = 30, Weighted Average ≈ 33.4. The weighted average is higher than the regular mean because the Saturday visits (which were the highest values) were given extra weight. The outlier of 53 pulled the mean above the median.

Choosing the Right Measure

The GED often tests whether you can choose the best measure of central tendency for a given situation, not just calculate it. The table below summarizes when each measure shines and when it falls short.

Comparison of measures of central tendency
MeasureBest Used When…Watch Out For…
MeanData is roughly symmetric with no extreme outliers. Works well for test scores, temperatures, and production totals.One very high or low value can distort the mean, making it misrepresent the typical value.
MedianData is skewed or has outliers. Commonly reported for incomes, home prices, and response times.It ignores the actual magnitude of values — two very different data sets can share the same median.
ModeYou need the most popular or common value. Useful for categorical data like shoe size, favorite color, or most common order.Some data sets have no mode or many modes, which limits its usefulness for numerical analysis.
Weighted AvgSome values are more important than others: course grades with different credit hours, survey data with different sample sizes.If you accidentally use a simple mean instead, your answer will be wrong whenever the weights are unequal.
KEY TAKEAWAY
Think of choosing a measure like choosing a tool from a toolbox. A hammer (mean) works for most nails, but if the board is warped (skewed data), you need a level (median) to find the true center. The mode tells you which tool gets grabbed most often, and the weighted average accounts for the size of each nail.

Connection to More Advanced Statistics

The four measures you have learned form the foundation of descriptive statistics. In college-level courses, you will encounter additional concepts that build directly on these ideas. Understanding mean, median, mode, and weighted average now gives you a head start.

How GED concepts connect to college-level statistics
GED ConceptAdvanced ExtensionWhat It Adds
MeanStandard DeviationMeasures how spread out values are around the mean — tells you whether data is tightly clustered or widely scattered.
MedianQuartiles and PercentilesBreaks the data into four or 100 equal parts. The median is the 50th percentile. SAT scores use percentile rankings.
ModeProbability DistributionsThe mode of a distribution is its peak. In a normal (bell) curve, the mean, median, and mode are all the same.
Weighted AverageExpected ValueIn probability, the expected value is a weighted average where the weights are probabilities. Used in finance and risk analysis.

You do not need to know these advanced topics for the GED, but seeing the connection can be motivating. Every concept in statistics builds on the foundation of central tendency. Master these four measures now, and you will be well prepared for whatever comes next in your education.

Practice Problems

1
A real estate agent says the median home price in a neighborhood is $210,000, but the mean home price is $285,000. What is the most likely explanation for this difference? A) There are more homes priced below $210,000 than above it. B) A few extremely expensive homes are pulling the mean up. C) Most homes are priced at exactly $210,000. D) The agent made a calculation error.
2
A student scored the following on five quizzes: 72, 88, 91, 85, 79. What is the mean of these scores? A) 83 B) 85 C) 82 D) 84
3
A data set has the values: 14, 18, 18, 22, 25, 25, 25, 30. Which statement is true about the median and mode of this data set? A) The median is 23.5 and the mode is 25. B) The median is 22 and the mode is 18. C) The median is 25 and the mode is 25. D) The median is 23.5 and the mode is 18.
4
Maria is calculating her final course grade. Her syllabus shows the following weights: Homework = 20%, Midterm = 30%, Final Exam = 50%. She earned 92 on homework, 78 on the midterm, and 84 on the final exam. What is her weighted average for the course? A) 84.0 B) 84.7 C) 83.8 D) 83.2
PROBLEM 5CRITICAL THINKING
A company reports that its 10 employees have a mean salary of $48,000 and a median salary of $42,000. The company then hires an executive with a salary of $150,000, bringing the total to 11 employees. Part A: Calculate the new mean salary for all 11 employees. Part B: Explain whether the median is likely to change significantly and why.

Lesson Summary

Measures of central tendency are tools for summarizing data with a single representative number. The mean is calculated by adding all values and dividing by the count — it works best when data has no extreme outliers. The median is the middle value of an ordered list and is the better choice for skewed data like incomes or home prices. The mode is the most frequently occurring value and is especially useful for categorical data like clothing sizes or survey responses.

The weighted average extends the mean by giving different importance to different values — multiply each value by its weight, sum the products, and divide by the total weight. On the GED, look for keywords like "credits," "percent of grade," or "frequency" to recognize when a weighted average is needed. Remember: the formula sheet is provided on test day, so focus on knowing which measure to use and how to apply each formula correctly to real-world scenarios.

Varsity Tutors • GED Mathematical Reasoning • Calculate mean, median, mode, weighted average.