What an Average Is and Why You Calculate It
An average is a single number that represents the middle point of a group of numbers. It tells you what a typical value looks like when you have many different measurements or amounts. For example, if you want to know how much you spent per day over a week, or what your typical test score is across five tests, you calculate an average.
The most common type of average is the mean. To find the mean, you add all the numbers together and divide by how many numbers you have. This works for any set of numbers: test scores, temperatures, prices, hours worked, or anything else you measure.
Knowing how to compute an average by hand is useful even if you use a calculator or spreadsheet later. It helps you understand what the number actually means and spot mistakes when the result seems wrong.
Key Takeaways
- Add all the numbers in your group together to get the sum.
- Count how many numbers are in the group.
- Divide the sum by the count to get the average.
- You can compute an average on paper, with a calculator, or in a spreadsheet program like Excel or Google Sheets.
- The average is useful only when all the numbers measure the same thing and are measured the same way.
Computing an Average by Hand
Start with a clear list of all the numbers you want to average. Write them down so you do not miss any or count one twice. For example, suppose you have five test scores: 78, 85, 92, 88, and 82.
Step 1: Add all the numbers together. 78 + 85 + 92 + 88 + 82 = 425. This total is called the sum.
Step 2: Count how many numbers you added. In this example, you have 5 test scores.
Step 3: Divide the sum by the count. 425 ÷ 5 = 85. Your average test score is 85.
That is the entire process. The formula is: Average = Sum ÷ Count. Write it down at the top of your work so you remember what you are doing.
Using a Calculator to Compute an Average
A basic calculator makes the arithmetic faster and reduces mistakes. Use the same three steps: add all numbers, count them, then divide.
With the same test scores (78, 85, 92, 88, 82), press: 78 + 85 + 92 + 88 + 82 = to get 425. Write down this sum. Then press 425 ÷ 5 = to get 85.
A scientific calculator or the calculator app on your phone works the same way. The advantage is speed and accuracy on the addition step, especially if you have many numbers or large numbers. The disadvantage is that you can press a wrong button and not notice, so double-check your sum before you divide.
Computing an Average in a Spreadsheet
Spreadsheet programs like Microsoft Excel, Google Sheets, or LibreOffice Calc have a built-in function that computes an average for you. This is the fastest method when you have many numbers or when you need to compute several averages at once.
In Google Sheets or Excel, enter your numbers in a column (say, cells A1 through A5). Click on an empty cell below them (A6). Type =AVERAGE(A1:A5) and press Enter. The spreadsheet calculates the average and shows the result in that cell. The A1:A5 part tells the program which cells to average — adjust this range to match where your numbers actually are.
If your numbers are in a row instead of a column, use the same formula but change the cell references. For example, if your numbers are in B1, C1, D1, E1, and F1, type =AVERAGE(B1:F1). The spreadsheet does the addition and division for you and shows the answer when ready.
Common Mistakes When Computing an Average
The most frequent error is forgetting to count all the numbers. If you add five numbers but divide by four, your average will be too high. Write down the count before you start, or count on your fingers as you add each number aloud.
Another mistake is including numbers that should not be there. An average only makes sense when all the numbers measure the same thing in the same way. If you are averaging test scores, do not include a homework grade or a quiz score unless you mean to. If you are averaging prices from different stores, make sure they are all for the same item and the same quantity.
A third mistake is misplacing the decimal point in your answer. If your sum is 425 and you divide by 5, the answer is 85, not 8.5 or 850. Check that your answer is roughly in the middle of your smallest and largest numbers. If your scores range from 78 to 92, an average of 85 makes sense. An average of 8.5 or 850 does not.
When an Average Can Mislead You
An average is useful, but it does not always tell the whole story. Suppose you earn $10 one day, $10 the next day, and $100 on the third day. Your average is $40 per day. But that average hides the fact that two days were much lower than the third.
If one number in your group is much larger or much smaller than the others, it pulls the average toward itself. This is called an outlier. Before you report an average, look at your numbers and ask whether they are all similar or whether one or two are very different. If they are very different, mention that in your description. You might say "The average is 85, but scores ranged from 78 to 92" instead of just stating the average alone.
Frequently Asked Questions
What is the difference between average, mean, and median?
Average and mean are the same thing — they both mean you add all the numbers and divide by how many there are. Median is different. It is the middle number when you line all your numbers up from smallest to largest. If you have five test scores, the median is the third score. The median is useful when one number is much larger or smaller than the others.
Can I compute an average of numbers that are negative?
Yes. Add them the same way, including the negative signs. For example, the average of 10, -5, and 15 is (10 + -5 + 15) ÷ 3 = 20 ÷ 3 = 6.67. Negative numbers work in the formula just like positive ones.
What if I have a very large group of numbers?
Use a spreadsheet or calculator. Doing it by hand with 100 numbers is slow and error-prone. A spreadsheet formula like =AVERAGE(A1:A100) takes one second and is always correct.
Do I round the average, or leave it as a decimal?
That depends on what you are measuring. If you are averaging test scores that are whole numbers, you might round to the nearest whole number (85 instead of 85.3). If you are averaging money, round to the nearest cent. If you are doing a math problem, leave the decimal unless the instructions say to round.
Why do I get a different average when I use a calculator versus doing it by hand?
You probably made an arithmetic mistake by hand. Check your sum first — add the numbers again slowly. Then check your count. Then divide again. If you still get a different answer, the calculator is almost certainly right.