Arithmetic Mean

Arithmetic Mean is the average value found by adding all numbers in a dataset and dividing by how many numbers there are.

xˉ=1ni=1nxi\bar{x} = \frac{1}{n}\sum_{i=1}^{n} x_i

Solve a problem with Arithmetic Mean

Type the problem. The solver will use Arithmetic Mean where Arithmetic Mean is the right tool, and tell you when it is not.

Drag one in or paste from the clipboard. JPEG, PNG or WebP. You get the transcription to check before anything is solved.

How to get a better answer
  • Paste the whole problem, including the instruction word — "simplify", "solve for x" and "factor" lead to three different answers.
  • Say what you have already tried. "I got x = 4 and the book says 2" turns a solution into a diagnosis.
  • Set the level in the settings button. A calculus shortcut is not a better answer if you have not met derivatives yet.
  • For a photo, get the whole problem in frame and hold the page flat — you get the transcription to fix before anything is solved.

What each symbol means

What Arithmetic Mean takes
xˉ\bar{x}
xix_i
nn
Arithmetic Mean
SymbolMeaning
xˉ\bar{x}The arithmetic mean (average) itself—the single number that represents the typical value of your dataset; if you read it as anything other than the average, you'll misinterpret what the formula gives you.
xix_iAn individual data value in your set, where the subscript ii tells you which position it is (so x1x_1 is the first value, x2x_2 is the second, and so on); forgetting that this means individual numbers instead of their sum will break your understanding of what you're averaging.
nnThe total count of how many numbers are in your dataset; if you confuse this with the sum itself or with any individual value, you'll get a completely wrong answer.

When to use it

When you need to find the typical or central value that represents a group of data points.

Level

Usually taught in: Pre-Algebra · Appears on: SAT, ACT

Worked examples

1. Find the mean of small whole numbers

Problem

Find the arithmetic mean of 3, 7, and 5.
  1. Sum=3+7+5=15\text{Sum} = 3 + 7 + 5 = 15

    Add all the numbers together to get the sum.

  2. n=3n = 3

    Count how many numbers there are in the dataset.

  3. xˉ=153=5\bar{x} = \frac{15}{3} = 5

    Divide the sum by the count using the arithmetic mean formula.

Answer: xˉ=5\bar{x} = 5

The three numbers add to 15, and when we divide by 3 (how many numbers we have), we get 5. This is the one number that best represents the group.

2. Find the mean with negative numbers

Problem

Find the arithmetic mean of 6, -3, 9, and -2.
  1. Sum=6+(3)+9+(2)=10\text{Sum} = 6 + (-3) + 9 + (-2) = 10

    Add all the numbers including the negative ones; 6+(3)=36 + (-3) = 3, then 3+9=123 + 9 = 12, then 12+(2)=1012 + (-2) = 10.

  2. n=4n = 4

    Count all four numbers, including the negative ones in your total count.

  3. xˉ=104=2.5\bar{x} = \frac{10}{4} = 2.5

    Divide the sum by the count; 10÷4=2.510 ÷ 4 = 2.5.

Answer: xˉ=2.5\bar{x} = 2.5

Negative numbers are included in both the sum and the count. The mean of 2.5 tells us that if each of the four values were equal, they would each be 2.5.

3. Mean cookies sold per day at a bake sale

Problem

At a bake sale, Sarah sold 12 chocolate chip cookies on Monday, 8 on Tuesday, 15 on Wednesday, and 13 on Thursday. What is the mean number of cookies she sold per day?
  1. Sum=12+8+15+13=48\text{Sum} = 12 + 8 + 15 + 13 = 48

    Add the cookies sold each day to find the total; 12+8=2012 + 8 = 20, then 20+15=3520 + 15 = 35, then 35+13=4835 + 13 = 48.

  2. n=4 daysn = 4 \text{ days}

    Count the number of days (Monday through Thursday).

  3. xˉ=484=12\bar{x} = \frac{48}{4} = 12

    Divide total cookies by the number of days to find the average per day.

Answer: xˉ=12 cookies per day\bar{x} = 12 \text{ cookies per day}

The mean of 12 cookies per day means that if Sarah had sold the same number each day, it would have been 12. This one number summarizes her sales pattern across the four days.

Common mistakes

Where Arithmetic Mean usually goes wrong
Answer came out wrong
Adding all the numbers but forgetting to divide by the count—just reporting the sum as your final answer.
After you add all values, always divide by how many values you have before reporting your answer.
Forgetting to include negative numbers or zero in the count (treating them as if they don't belong in the dataset).
Count every single data point, including negatives and zeros, and include all of them in the sum.
Using the middle value (median) when the problem asks for the arithmetic mean or average.
For arithmetic mean, add all values and divide by count. Use median only if the problem specifically asks for 'the middle value' or 'median'.
The mistakeWhy it is wrongThe fix
Adding all the numbers but forgetting to divide by the count—just reporting the sum as your final answer.The sum tells you the total, not the average; dividing by nn is what creates the mean.After you add all values, always divide by how many values you have before reporting your answer.
Forgetting to include negative numbers or zero in the count (treating them as if they don't belong in the dataset).Negative numbers and zeros are part of your dataset and directly affect the sum and the mean; excluding them changes the count and gives a wrong answer.Count every single data point, including negatives and zeros, and include all of them in the sum.
Using the middle value (median) when the problem asks for the arithmetic mean or average.Median and arithmetic mean are different statistics that measure the center in different ways and give different answers.For arithmetic mean, add all values and divide by count. Use median only if the problem specifically asks for 'the middle value' or 'median'.

Tips and when to use something else

  • The arithmetic mean works best when your data is roughly symmetric; if you have outliers (very large or very small values), consider using the Median instead, which is less affected by extreme numbers.
  • Always double-check your sum and your count (nn) before dividing—these are the two places errors most often hide.
  • When you see the word 'average' in a problem, arithmetic mean is almost always what is being asked for unless the problem says 'median' or 'mode' instead.
  • If you need to find an average where some numbers matter more than others (weighted average), use the Weighted Mean formula instead of simple arithmetic mean.

Frequently asked questions

What's the difference between arithmetic mean and average?
In statistics, 'average' usually means arithmetic mean, so they are the same thing. However, 'average' can sometimes refer to other types of averages (like weighted mean or geometric mean), so arithmetic mean is the more precise term when you want to be specific about which kind of average you mean.
Can the arithmetic mean be negative?
Yes, absolutely. If your dataset contains negative numbers that sum to a negative total, or if there are more negative than positive values, the mean will be negative. For example, the mean of -5, -3, and 2 is 5+(3)+23=63=2\frac{-5 + (-3) + 2}{3} = \frac{-6}{3} = -2.
What if my dataset has just one number?
The arithmetic mean of a single number is that number itself, since you divide it by 1. For instance, the mean of just 7 is 71=7\frac{7}{1} = 7.
Does the order of my numbers matter when calculating the mean?
No, the order does not matter at all. Since addition is commutative (you can add numbers in any order), rearranging your data will not change the sum or the final mean.

Need a different method?

The full solver is not scoped to one formula — type any problem and it will pick the method.

Open the math solver

Reviewed 2026-09-18