Weighted Average Formula

The formula for calculating the weighted average (x̄) of a dataset with n values is given by:

[Tex]Weighted Average (\bar{x})= \frac{w_1\cdot x_1 + w_2\cdot x_2 + w_3\cdot x_3 + w_4\cdot x_4 + ……. + w_n\cdot x_n }{w_1 + w_2 + w_3 + w_4 + ……. + w_n } [/Tex]

OR

[Tex] Weighted Average (\bar{x})= \frac{\sum_{i = 1}^{n}w_ix_i }{\sum_{i = 1}^{n}w_i} [/Tex]

Where:

  • xi represents the individual values in the dataset.
  • wi denotes the weights assigned to each value.
  • [Tex]\sum_{i = 1}^{n}[/Tex]signifies the summation over all values in the dataset.

How to Calculate Weighted Average?

Weighted Average is a method of finding the average of a set of numbers where each number (or data point) is given a weight based on its importance or relevance. Weighted averages are commonly used in various fields such as finance, economics, education, and statistics, where different data points may have different levels of importance.

This article offers a full explanation of weighted average calculation, including relevant concepts and methods, as well as a few examples based on it.

Similar Reads

What is Weighted Average?

Weighted average is a statistical measure that considers the varying importance of different elements in a data set. In a standard arithmetic mean (or simple average), each data point contributes equally to the final average value. However, in a weighted average, certain data points have a greater impact on the result than others, depending on their assigned weights....

Weighted Average Formula

The formula for calculating the weighted average (x̄) of a dataset with n values is given by:...

How to Calculate Weighted Average

Calculating a weighted average involves the following steps:...

Solved Examples on Weighted Average

Example1. Calculate the weighted average score of a student based on three exams with different weights:...

Pratice Questions on Weighted Average

Q1. A final grade for a course is calculated using the following components and weights:...

FAQs on Weighted Average Calculation

What is the difference between a weighted average and a simple average?...

Contact Us