Skip to main content
All resources

Resources · Education

What Is a Sum in Math?

A sum is the result of adding two or more numbers together. In 12 + 9 = 21 the sum is 21, and the numbers added are called addends. This guide covers the definition, how sum differs from product, difference and quotient, sigma notation, the shortcut for adding a long run of integers, and the ways a spreadsheet can quietly get a sum wrong. The summation calculator evaluates a sigma expression term by term.

7 min read

Blake Boege
Blake BoegeFounder, Calculator AnswersPublished August 23, 2026

What does sum mean in math?

A sum is the result of adding numbers together. In 12 + 9 = 21 the sum is 21, and the numbers being added are called addends or terms.

When a question says “find the sum of 12 and 9”, it is asking you to add them. That is the whole of the definition, and the reason it is worth stating is that the word is almost always met as an instruction rather than as a noun you had to look up.

One wrinkle: in British schools sum is often used loosely to mean any arithmetic problem at all, as in “do your sums”. In mathematical writing it means addition specifically, and that is the meaning every exam question uses.

Sum vs product, difference and quotient

Each operation has its own word for its result. Answering with the wrong one loses the mark even when the arithmetic was right, which is the single most common reason this vocabulary is taught at all.

The result word for each operation, applied to 12 and 9
WordOperation12 and 9
SumAddition12 + 9 = 21
ProductMultiplication12 × 9 = 108
DifferenceSubtraction12 − 9 = 3
QuotientDivision12 / 9 = 1.333…

Sum and product are the pair that get swapped most often, because both are symmetric: the order of the numbers does not change either answer, so nothing about the phrasing warns you when you have picked the wrong one. Difference and quotient at least protest, since 9 − 12 and 12 − 9 differ.

The companion guide to products covers multiplication’s side of that pairing, including why a product can come out smaller than the numbers you multiplied.

How to find a sum

For a short list, add them. For a long or structured one, there is usually a shortcut worth knowing.

  1. Line up place values if you are adding by hand. Units under units, tens under tens.
  2. Group to make tens. In 7 + 8 + 3 + 2, pairing 7 with 3 and 8 with 2 gives 10 + 10 = 20 with no carrying.
  3. For fractions, find a common denominator first. 2/3 + 3/4 becomes 8/12 + 9/12 = 17/12.
  4. For a run of consecutive whole numbers, use the formula rather than adding them one at a time.

That last shortcut is worth its own paragraph. The sum of the whole numbers from 1 to n is n(n + 1)/2. For 1 to 100 that is 100 × 101 / 2 = 5050, which is a good deal faster than ninety-nine additions. The story that Gauss worked this out as a schoolboy may or may not be true, but the reasoning behind it is: pair the first with the last, the second with the second-last, and every pair sums to 101. There are fifty such pairs.

Sigma notation: writing a long sum short

Once a sum has more than a handful of terms, writing them all out stops being practical. The capital Greek sigma, Σ, is the shorthand.

Σ i=1 to 5 i  =  1 + 2 + 3 + 4 + 5  =  15

Read it as: for i from 1 to 5, add up i. The letter under the sigma is the counter and where it starts; the number on top is where it stops; what follows is the rule applied at each step.

The rule can be anything. Σ over i from 1 to 4 of means 1 + 4 + 9 + 16, which is 30. Changing the rule from i to is the only difference between the two.

Sigma notation is not a different kind of arithmetic. It is a compact way of writing down which additions to perform, and the summation calculator performs exactly the ones it describes.

Worked examples

Three sums, each using a different one of the methods above.

  1. Whole numbers. The sum of 12 and 9 is 12 + 9 = 21.
  2. Fractions. 2/3 + 3/4: the common denominator is 12, giving 8/12 + 9/12 = 17/12, which is 1 5/12. Note the sum exceeds 1 even though neither fraction does.
  3. A run of integers. The sum from 1 to 100 is 100 × 101 / 2 = 5050. The same formula gives the sum from 1 to 10 as 10 × 11 / 2 = 55, which you can check by hand in a few seconds.
  4. An arithmetic series. For any evenly spaced run, the sum is the number of terms times the average of the first and last: n/2 × (first + last). For 2, 5, 8, 11, 14 that is 5/2 × (2 + 14) = 40.

The arithmetic sequence formula guide covers where that evenly spaced run comes from in the first place.

The last two are the same formula. n(n + 1)/2 is just n/2 × (1 + n) with the first term set to 1.

Sums in spreadsheets and in statistics

Outside a maths lesson, most sums are computed by a machine, and two conventions are worth recognising.

  • =SUM(A1:A10) adds a range in Excel, Google Sheets and every spreadsheet that copies them. It ignores text and empty cells rather than erroring, which is convenient and occasionally hides a problem: a column of numbers stored as text sums to zero without complaint.
  • Σx in statistics means the sum of all the values in a data set. It is the numerator of the mean, so mean = Σx / n. The guide to the mean covers what that division is doing.
  • Running or cumulative sums add each value to the total so far, producing a column of subtotals rather than one figure. Bank statements are the everyday example.

The statistical use is the one to watch, because Σx and Σx² look similar and mean different things. The first adds the values; the second squares each value and then adds. They appear side by side in the standard deviation formula and swapping them gives a number that is wrong without looking wrong.

Common mistakes

  • Multiplying when asked for a sum. The sum of 12 and 9 is 21, not 108.
  • Adding fractions across the top and bottom. 2/3 + 3/4 is not 5/7. Denominators have to match before the numerators can be added.
  • Using n(n+1)/2 on a run that does not start at 1. For a general arithmetic run use n/2 × (first + last).
  • Confusing Σx² with (Σx)². The first squares then adds; the second adds then squares, and they are not equal.
  • Trusting a spreadsheet SUM over text. Numbers stored as text are skipped silently.

Quick summary

  • A sum is the result of adding; the numbers added are addends or terms.
  • Sum, product, difference and quotient name the results of the four operations.
  • The sum of 1 to n is n(n + 1)/2; from 1 to 100 that is 5050.
  • Any evenly spaced run sums to n/2 × (first + last).
  • Σ is shorthand for a sum, not a different operation.

The summation calculator evaluates a sigma expression term by term, and the product guide covers the operation sum is most often confused with.

Run the numbers

Frequently asked questions

A sum is the result of adding numbers together. In 12 + 9 = 21 the sum is 21. When a question says find the sum, it is asking you to add.

A sum comes from adding and a product from multiplying. The sum of 12 and 9 is 21; the product is 108. They are swapped more often than the other pairs because both are symmetric, so the phrasing gives no warning.

5050. The formula for the sum of the whole numbers from 1 to n is n(n + 1)/2, so 100 x 101 / 2 = 5050. Pairing the first with the last gives fifty pairs that each total 101.

Capital sigma is shorthand for a sum. The letter below it is the counter and its starting value, the number above is where it stops, and the expression after it is what to add at each step. Sigma of i from 1 to 5 is 1 + 2 + 3 + 4 + 5 = 15.

Give them a common denominator first, then add the numerators. 2/3 + 3/4 becomes 8/12 + 9/12 = 17/12. Adding across the top and bottom to get 5/7 is wrong.

The number of terms times the average of the first and last: n/2 x (first + last). For 2, 5, 8, 11, 14 that is 5/2 x (2 + 14) = 40. The 1-to-n formula is this same rule with the first term set to 1.

The sum of all the values in a data set. It is the numerator of the mean, so mean = sigma x divided by n. Note that sigma of x squared and the square of sigma x are different quantities.

Usually because the numbers are stored as text. SUM skips text and empty cells rather than raising an error, so a column that looks numeric can total zero without any warning.

In an addition, yes: both name the numbers being added. Term has a wider meaning in algebra, where it means any part of an expression separated by a plus or minus sign.