---
title: "Weighted Average — AP Stats Definition & Exam Guide"
description: "A weighted average multiplies each value by its weight, sums the products, and divides by total weight. It's how you combine group means on AP Stats exams."
canonical: "https://fiveable.me/ap-stats/key-terms/weighted-average"
type: "key-term"
subject: "AP Statistics"
unit: "Unit 1"
---

# Weighted Average — AP Stats Definition & Exam Guide

## Definition

A weighted average is a mean where each value counts according to its weight (frequency or proportion), calculated by multiplying each value by its weight, summing those products, and dividing by the total weight. In AP Stats it's the correct way to combine means from groups of different sizes.

## What It Is

A weighted average is a mean that doesn't treat every value equally. Instead, each value gets multiplied by its weight (usually a frequency or [proportion](/ap-stats/unit-1/representing-categorical-variable-with-tables/study-guide/JUZVd7cRAnbarZyNoEAg "fv-autolink")), you add up all the products, and you divide by the total weight. The regular [sample mean](/ap-stats/key-terms/sample-mean "fv-autolink") x̄ = (1/n)∑xᵢ is actually just a special case where every data point has a weight of 1.

The most common [AP Stats](/ap-stats "fv-autolink") version looks like this. If five students score 10, three score 8, and two score 5, you don't average 10, 8, and 5 to get 7.67. You compute (5×10 + 3×8 + 2×5)/10 = 8.4. The scores that show up more often pull the mean toward themselves. The same logic applies when combining group means. A class of 30 students with a mean of 72 pulls the combined mean harder than a class of 20 with a mean of 82, because 30 people outvote 20 people.

## Why It Matters

Weighted averages live in Topic 1.7 (Summary Statistics for a [Quantitative Variable](/ap-stats/key-terms/quantitative-variable "fv-autolink")) in [Unit 1](/ap-stats/unit-1 "fv-autolink") and directly support learning objective 1.7.A, calculating measures of center for quantitative data. The CED defines the mean as the sum of all values divided by the number of values, and the weighted average is just the efficient way to compute that sum when values repeat or when data come pre-summarized as group means. This matters because AP problems rarely hand you a tidy list of raw numbers. They give you frequency tables, histograms, or two groups with different sizes and different means. The single most tested trap in this area is averaging two group means without weighting by group size, which only works when the groups are exactly equal.

## Connections

### [Mean (Unit 1)](/ap-stats/key-terms/mean)

The weighted average isn't a different [statistic](/ap-stats/key-terms/statistic "fv-autolink") from the mean. It's the same mean, just computed from summarized data. If you imagine expanding a frequency table back into a full list of raw values and averaging them, you get exactly the weighted average.

### [Sensitivity to extreme values (Unit 1)](/ap-stats/key-terms/sensitivity-to-extreme-values)

Weighting explains why the mean is [nonresistant](/ap-stats/unit-1/summary-statistics-for-quantitative-variable/study-guide/fDwLeu9W74iSnEcnKHOA "fv-autolink"). A single extreme value still contributes its full size to the sum, so it drags the mean toward itself. Heavily weighted values do the same thing, which is why a big group dominates a combined mean.

### [Median (Unit 1)](/ap-stats/key-terms/median)

The [median](/ap-stats/key-terms/median "fv-autolink") doesn't care about weights or distances at all, only about position in the ordered list. That's the core of LO 1.7.C, choosing between center measures. When weights or outliers distort the mean, the median is the resistant alternative.

### [Expected value (Unit 4)](/ap-stats/key-terms/expected-value)

The expected value of a discrete random variable is a weighted average where the weights are probabilities instead of frequencies. Master the Unit 1 version now and the Unit 4 formula μ = ∑xᵢpᵢ will feel like old news.

## On the AP Exam

Weighted averages show up most often as multiple-choice calculation questions in two flavors. The first gives you a frequency setup, like a quiz where two students score 5, three score 8, and five score 10, and asks for the class mean (answer: 8.4, not the unweighted 7.67). The second gives two groups with different sizes and means, like Section A with 20 students averaging 82 and Section B with 30 students averaging 72, and asks for the combined mean. You compute (20×82 + 30×72)/50 = 76, not the midpoint 77. On the free-response side, the 2018 FRQ Q5 gave histograms of teaching years at two schools, and reasoning about the mean from a histogram requires weighting each value by its bar's frequency. The classic wrong answer is always the simple average of the two group means, and it's almost always one of the MCQ distractors.

## weighted average vs Simple (unweighted) average

A simple average treats every value as equally important. A weighted average lets some values count more because they appear more often or come from bigger groups. Averaging two class means of 82 and 72 to get 77 is a simple average, and it's wrong unless the classes are the same size. With 20 and 30 students, the true combined mean is 76 because the larger class pulls harder. Quick check before you average two means on the exam: are the group sizes equal? If not, weight.

## Key Takeaways

- A weighted average multiplies each value by its weight, sums the products, and divides by the total weight, and it equals the ordinary mean of the underlying raw data.
- You can never just average two group means unless the groups are exactly the same size; you must weight each mean by its group's size.
- For the combined mean of two groups, use (n₁x̄₁ + n₂x̄₂)/(n₁ + n₂), so 20 students averaging 82 and 30 students averaging 72 combine to 76, not 77.
- The combined mean always lands closer to the mean of the larger group, which is a fast sanity check on multiple-choice answers.
- Computing a mean from a frequency table or histogram is a weighted average, with each value weighted by how many times it occurs.
- The same weighted-average idea returns later in the course as expected value, where probabilities replace frequencies as the weights.

## FAQs

### What is a weighted average in AP Stats?

It's an average where each value counts according to its weight, usually a frequency or group size. You multiply each value by its weight, add the products, and divide by the total weight. It shows up in Topic 1.7 under learning objective 1.7.A.

### Can I just average two means to get the combined mean?

No, not unless the two groups are exactly the same size. If Section A has 20 students with a mean of 82 and Section B has 30 students with a mean of 72, the combined mean is (20×82 + 30×72)/50 = 76, not the simple average of 77.

### How is a weighted average different from a regular mean?

It's not a different statistic. The regular mean gives every data point a weight of 1, while a weighted average handles repeated values or pre-summarized groups in one step. Expand a frequency table into raw values and average them, and you get the same number.

### How do I find the mean from a frequency table or histogram?

Multiply each value by its frequency, add those products, then divide by the total number of observations. For two 5s, three 8s, and five 10s, that's (2×5 + 3×8 + 5×10)/10 = 8.4. The 2018 FRQ Q5 used histograms of teaching years where this exact reasoning applies.

### Is a weighted average resistant to outliers?

No. Like the regular mean, it's nonresistant, since every value contributes its full size to the sum. An extreme value or a heavily weighted group will pull it. The median and IQR are the resistant measures per LO 1.7.C.

## Related Study Guides

- [1.7 Summary Statistics for One Quantitative Variable](/ap-stats/unit-1/summary-statistics-for-quantitative-variable/study-guide/fDwLeu9W74iSnEcnKHOA)

## Structured Data

```json
{"@context":"https://schema.org","@graph":[{"@type":"LearningResource","@id":"https://fiveable.me/ap-stats/key-terms/weighted-average#resource","name":"Weighted Average — AP Stats Definition & Exam Guide","url":"https://fiveable.me/ap-stats/key-terms/weighted-average","learningResourceType":"Concept explainer","educationalLevel":"AP® / High School","about":{"@id":"https://fiveable.me/ap-stats/key-terms/weighted-average#term"},"audience":{"@type":"EducationalAudience","educationalRole":"student"},"dateModified":"2026-06-11T05:22:53.724Z","isPartOf":{"@type":"Collection","name":"AP Statistics Key Terms","url":"https://fiveable.me/ap-stats/key-terms"},"publisher":{"@type":"Organization","name":"Fiveable","url":"https://fiveable.me"}},{"@type":"DefinedTerm","@id":"https://fiveable.me/ap-stats/key-terms/weighted-average#term","name":"weighted average","description":"A weighted average is a mean where each value counts according to its weight (frequency or proportion), calculated by multiplying each value by its weight, summing those products, and dividing by the total weight. In AP Stats it's the correct way to combine means from groups of different sizes.","url":"https://fiveable.me/ap-stats/key-terms/weighted-average","inDefinedTermSet":{"@type":"DefinedTermSet","name":"AP Statistics Key Terms","url":"https://fiveable.me/ap-stats/key-terms"}},{"@type":"FAQPage","mainEntity":[{"@type":"Question","name":"What is a weighted average in AP Stats?","acceptedAnswer":{"@type":"Answer","text":"It's an average where each value counts according to its weight, usually a frequency or group size. You multiply each value by its weight, add the products, and divide by the total weight. It shows up in Topic 1.7 under learning objective 1.7.A."}},{"@type":"Question","name":"Can I just average two means to get the combined mean?","acceptedAnswer":{"@type":"Answer","text":"No, not unless the two groups are exactly the same size. If Section A has 20 students with a mean of 82 and Section B has 30 students with a mean of 72, the combined mean is (20×82 + 30×72)/50 = 76, not the simple average of 77."}},{"@type":"Question","name":"How is a weighted average different from a regular mean?","acceptedAnswer":{"@type":"Answer","text":"It's not a different statistic. The regular mean gives every data point a weight of 1, while a weighted average handles repeated values or pre-summarized groups in one step. Expand a frequency table into raw values and average them, and you get the same number."}},{"@type":"Question","name":"How do I find the mean from a frequency table or histogram?","acceptedAnswer":{"@type":"Answer","text":"Multiply each value by its frequency, add those products, then divide by the total number of observations. For two 5s, three 8s, and five 10s, that's (2×5 + 3×8 + 5×10)/10 = 8.4. The 2018 FRQ Q5 used histograms of teaching years where this exact reasoning applies."}},{"@type":"Question","name":"Is a weighted average resistant to outliers?","acceptedAnswer":{"@type":"Answer","text":"No. Like the regular mean, it's nonresistant, since every value contributes its full size to the sum. An extreme value or a heavily weighted group will pull it. The median and IQR are the resistant measures per LO 1.7.C."}}]},{"@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"AP Statistics","item":"https://fiveable.me/ap-stats"},{"@type":"ListItem","position":2,"name":"Key Terms","item":"https://fiveable.me/ap-stats/key-terms"},{"@type":"ListItem","position":3,"name":"Unit 1","item":"https://fiveable.me/ap-stats/unit-1"},{"@type":"ListItem","position":4,"name":"weighted average"}]}]}
```
