4.1 Simple and Weighted Averages

Simple Averages

An average is a single number that represents the middle of a data set. It is commonly interpreted to mean the “typical value.” Calculating averages facilitates easier comprehension of and comparison between different data sets, particularly if there is a large amount of data.

For example, what if you want to compare year-over-year sales? One approach would involve taking company sales for each of the 52 weeks in the current year and comparing these with the sales of all 52 weeks from last year. This involves 104 weekly sales figures with 52 points of comparison. From this analysis, could you concisely and confidently determine whether sales are up or down? Probably not. An alternative approach involves comparing last year’s average weekly sales against this year’s average weekly sales. This involves the direct comparison of only two numbers, and the determination of whether sales are up or down is very clear.

In a simple average, all individual data share the same level of importance (weight) in determining the typical value. Each individual data point also has the same frequency, meaning that no one piece of data occurs more frequently than another. Also, the data do not represent a percent change. To calculate a simple average, you require two components:

  1. The data itself—you need the value for each piece of data.
  2. The quantity of data—you need to know how many pieces of data are involved (the count), or the total quantity used in the calculation.

The Formula

To calculate the simple average you add together all of the pieces of data then take that total and divide it by the quantity.

[latex]\text{Simple Average}=\frac{\text{Sum of the Values}}{\text{Total Number of Items}}[/latex]

Specifically, you can calculate the simple average of [latex]x_1, x_2, \ldots, x_n[/latex] as follows:

[latex]\text{simple average}=\dfrac{x_1+x_2+\ldots+x_n}{n}[/latex]

How It Works

The steps required to calculate a simple average are as follows:

Step 1: Sum every piece of data.

Step 2: Determine the total quantity involved.

Step 3: Calculate the simple average using the Simple Average Formula.

 

Example

Assume you want to calculate an average on three pieces of data: 95, 108, and 97.

Note that the data are equally important and each appears only once, thus having the same frequency. You require a simple average.

There are three pieces of data: [latex]x_1=95, x_2=108[/latex] and [latex]x_3=97[/latex], and [latex]n=3[/latex].

  • Step 1: Find the sum = 95 + 108 + 97 = 300.
  • Step 2: There are three pieces of data, or n = 3.
  • Step 3: Apply Simple Average Formula  [latex]\text{Simple Average}=\frac{300}{3} = 100[/latex]
  • Final Answer: The simple average of the data set is 100.

Important Notes

Although mentioned earlier, it is critical to stress that a simple average is calculated only when all of the following conditions are met:

  1. All of the data shares the same level of importance toward the calculation.
  2. All of the data appear the same number of times.
  3. The data does not represent percent changes or a series of numbers intended to be multiplied with each other.

If any of these three conditions are not met, then either a weighted or geometric average is used depending on which of the above criteria failed. We discuss this later when each average is introduced.

Give It Some Thought

It is critical to recognize if you have potentially made any errors in calculating a simple average. Review the following situations and, without making any calculations, determine the best answer.

  1. The simple average of 15, 30, 40, and 45 is:
    1. lower than 20
    2. between 20 and 40, inclusive.
    3. higher than 40.
  2. If the simple average of three pieces of data is 20, which of the following data do not belong in the data set? Data set: 10, 20, 30, 40
    1. 10
    2. 20
    3. 30
    4. 40

Solution

  1. The answer is b – a simple average should fall in the middle of the data set, which appears spread out between 15 and 45, so the middle would be around 30
  2. The answer is d  – if the number 40 is included in any average calculation involving the other numbers, it is impossible to get a low average of 20

Example 4.1  A: Comparing Average Sales

First quarter sales for Buzz Electronics are as indicated in the table below.

First Quarter Sales for Buzz Electronics 2013 and 2014
Month 2013 Sales 2014 Sales
January $413,200 $455,875
February $328,987 $334,582
March $350,003 $312,777

Martha needs to prepare a report for the board of directors comparing year-over-year quarterly performance. To do this, she needs you to do the following:

  • Calculate the average sales in the quarter for each year.

SOLUTION:

We will need to calculate a simple average for the first quarter in each of 2013 and 2014. Then convert the numbers into a percentage.

WHAT WE ALREADY KNOW:

You know the three quarters annually:

2013: [latex]x_{1}=$413,200,\:  x_{2}=$328,986,\: x_{3} =$350,003[/latex]

2014: [latex]x_{1} = $455,876, \:x_{2} = $334,582,\: x_{3} = $312,777[/latex]

STEPS:

For each year, perform steps 1 to 3:

  • Step 1: Sum the data.
  • Step 2: Count the total quantity of data involved.
  • Step 3: Calculate the simple average using Formula 3.3.

PERFORM:

Step 1

  • total of 2013 = $413,200 + $328,986 + $350,003 = $1,092,189
  • total of 2014 = $455,876 + $334,582 + $312,777 = $1,103,235

Step 2

  • for both years, n=3

Step 3

  • For 2013, [latex]\text{Simple Average }=\frac{ $1,092,189}{3} = $364,063[/latex]
  • For 2014, [latex]\text{Simple Average }=\frac{$1,103,235}{3} = $367,745[/latex]

FINAL ANSWER:

The average monthly sales in 2013 were $364,063 compared to sales in 2014 of $367,745.

Weighted Averages

Have you considered how your grade point average (GPA) is calculated? Your business program requires the successful completion of many courses. Your grades in each course combine to determine your GPA; however, not every course necessarily has the same level of importance as measured by your course credits.

Perhaps your math course takes one hour daily while your communications course is only delivered in one-hour sessions three times per week. Consequently, the college assigns the math course five credit hours and the communications course three credit hours. If you want an average, these different credit hours mean that the two courses do not share the same level of importance, and therefore a simple average cannot be calculated.

In a weighted average, not all pieces of data share the same level of importance or they do not occur with the same frequency. The data cannot represent a percent change or a series of numbers intended to be multiplied with each other. To calculate a weighted average, you require two components:

  1. The data itself—you need the value for each piece of data.
  2. The weight of the data—you need to know how important each piece of data is to the average. This is either an assigned value or a reflection of the number of times each piece of data occurs (the frequency).

The Formula

To calculate the weighted average you add the products of the weights and data for the entire data set and then divide this total by the total of the weights.

Using these pieces of information, you can calculate the weighted average of [latex]x_1, x_2, \ldots, x_n[/latex] as follows:

[latex]\text{weighted average}=\frac{w_1\cdot x_1+w_2\cdot x_2+\ldots+w_n\cdot x_n}{w_1+w_2+\ldots+w_n}[/latex]

where [latex]w_1, w_2, \ldots, w_n[/latex] is the weight of the specific data points [latex]x_1, x_2, \ldots, x_n[/latex]

How it Works:

The steps required to calculate a weighted average are:

  • Step 1: Sum every piece of data multiplied by its associated weight.
  • Step 2: Sum the total weight.
  • Step 3: Calculate the weighted average using the formula above.

Note that the simple average is just a special case of a weighted average where the weights are all equal and of value 1. Then [latex]w_ix_i=x_i[/latex] for all [latex]i[/latex] from 1 to [latex]n[/latex], and [latex]w_1+w_2+\ldots+w_n=n[/latex].

Let’s stay with the illustration of the math and communications courses and your GPA. Assume that these are the only two courses you are taking. You finish the math course with an A, translating into a grade point of 4.0. In the communications course, your C+ translates into a 2.5 grade point. These courses have five and three credit hours, respectively. Since they are not equally important, you use a weighted average.

Step 1: In the numerator, sum the products of each course’s credit hours (the weight) and your grade point (the data). This means (math credit hours × math grade point) + (communications credit hours × communications grade point). Numerically, this is = (5 × 4) + (3 × 2.5) = 27.5.

Step 2: In the denominator, sum the weights. These are the credit hours. You have 5 + 3 = 8.

Step 3: Apply the weighted average formula to calculate your GPA.

[latex]\text{Weighted Average} = \frac{27.5}{8}=3.44[/latex]  (GPAs have two decimals).

Note that your GPA is higher than if you had just calculated a simple average of 4 + 2.5 = 3.25. This happens because your math course, in which you scored a higher grade, was more important in the calculation.

Things To Watch Out For

The most common error in weighted averages is to confuse the data with the weight. If you have the two backward, your numerator is still correct; however, your denominator is incorrect. To distinguish the data from the weight, notice that the data forms a part of the question. In the above example, you were looking to calculate your grade point average; therefore, grade point is the data. The other information, the credit hours, must be the weight.

Paths To Success

The formula used for calculating a simple average is a simplification of the weighted average formula. In a simple average, every piece of data is equally important. Therefore, you assign a value of 1 to the weight for each piece of data. Since any number multiplied by 1 is the same number, the simple average formula omits the weighting in the numerator as it would have produced unnecessary calculations. In the denominator, the sum of the weights of 1 is no different from counting the total number of pieces of data. In essence, you can use a weighted average formula to solve simple averages.

Give It Some Thought

In each of the following, determine which information is the data and which is the weight.

  1. Rafiki operates a lemonade stand during his garage sale today. He has sold 13 small drinks for $0.50, 29 medium drinks for $0.90, and 21 large drinks for $1.25. What is the average price of the lemonade sold?
  2. Natalie received the results of a market research study. In the study, respondents identified how many times per week they purchased a bottle of Coca-Cola. Calculate the average number of purchases made per week.
Results of a Market Research Study
Purchases per Week # of People
1 302
2 167
3 488
4 256

Solution:

1. The price of the drinks is the data, and the number of drinks is the weight.

2. The purchases per week is the data, and the number of people is the weight.

Example 4.2 Calculating Your Weighted Grade Point Average

Here is a mark transcript received by a student at a local college. The second table below shows how the grade translates into a grade point.

Student Grades and Number of Credit Hours by Course
Course Grade Credit Hours
Economics 100 B 4
Math 100 A 5
Marketing 100 B+ 3
Communications 100 C 4
Computing 100 A+ 3
Accounting 100 D 4
Grades and Associated Grade Points
Grade Grade Point
A+ 4.5
A 4.0
B+ 3.5
B 3.0
C+ 2.5
C 2.0
D 1.0
F 0.0

Calculate the student’s grade point average (GPA). Round your final answer to two decimals.

SOLUTION:

PLAN:

The courses do not carry equal weights as they have different credit hours. Therefore, to calculate the GPA you must find a weighted average.

UNDERSTAND:

What You Already Know

Since the question asked for the grade point average, the grade points for each course are the data, or x. The corresponding credit hours are the weights, or w.

How You Will Get There

You need to convert the grade for each course into a grade point using the secondary table. Then perform the following steps:

Step 1: Sum every piece of data multiplied by its associated weight.
Step 2: Sum the total weight.
Step 3: Calculate the weighted average using the formula

PERFORM:

Convert the grades.

Grades, Grade Points, and Credit Hours by Course
Course Grade Grade Point Credit Hours
Economics 100 B 3.0 4
Math 100 A 4.0 5
Marketing 100 B+ 3.5 3
Communications 100 C 2.0 4
Computing 100 A+ 4.5 3
Accounting 100 D 1.0 4

Step 1:

Find the sum of weights x grade = [latex](4 \times 3.0) + (5 \times 4.0) + (3 \times 3.5) + (4 \times 2.0) + (3 \times 4.5) + (4 \times 1.0) = 68[/latex]

Step 2:

Find the sum of the weights = [latex]4 + 5 + 3 + 4 + 3 + 4 = 23[/latex]

Step 3:

[latex]Weighted Average = \frac{68}{23} = 2.96[/latex]

 

This chapter was adapted from Business Math: A Step-by-Step Handbook (2021A version), by Jean-Paul Olivier, under a CC-BY-NC-SA license. Adaptations include supplementing and reordering content.

License

Icon for the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License

Fundamentals of Business Math Copyright © 2023 by Lisa Koster and Tracey Chase is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License, except where otherwise noted.

Share This Book