The average (or mean) is the ratio of the sum of all observations to the total number of observations. Mathematically:

Average=Sum of ObservationsNumber of Observations\text{Average} = \frac{\text{Sum of Observations}}{\text{Number of Observations}}

Key Concepts

1. Basic Formula for Average

Average=Sum of all valuesNumber of values\text{Average} = \frac{\text{Sum of all values}}{\text{Number of values}}

Example:
Find the average weight of three boys whose weights are 46 kg, 54 kg, and 53 kg.

Average=46+54+533=1533=51kg\text{Average} = \frac{46 + 54 + 53}{3} = \frac{153}{3} = 51 \, \text{kg}

2. Properties of Averages

  1. If each value in a dataset is increased by a constant aa, the average increases by aa.
  2. If each value in a dataset is decreased by a constant aa, the average decreases by aa.
  3. If each value in a dataset is multiplied by a constant aa, the average is also multiplied by aa.
  4. If each value in a dataset is divided by a constant aa, the average is also divided by aa.

3. Weighted Average

When different groups have different sizes or weights, the weighted average is used:

Weighted Average=(Weight×Value)(Weights)\text{Weighted Average} = \frac{\sum (\text{Weight} \times \text{Value})}{\sum (\text{Weights})}

Example:
A school trip consists of 160 girls, 40 boys, and 100 teachers. Find the average number of people per group:

Average=160+40+1003=3003=100\text{Average} = \frac{160 + 40 + 100}{3} = \frac{300}{3} = 100

4. Average Speed

The formula for average speed depends on the conditions:

  • Case 1: When traveling at two different speeds for equal time:
Average Speed=Speed1+Speed22\text{Average Speed} = \frac{\text{Speed}_1 + \text{Speed}_2}{2}
  • Case 2: When traveling at two different speeds for equal distances:
Average Speed=2×(Speed1×Speed2)Speed1+Speed2\text{Average Speed} = \frac{2 \times (\text{Speed}_1 \times \text{Speed}_2)}{\text{Speed}_1 + \text{Speed}_2}
  • Case 3: When traveling at three different speeds for equal distances:
Average Speed=31Speed1+1Speed2+1Speed3\text{Average Speed} = \frac{3}{\frac{1}{\text{Speed}_1} + \frac{1}{\text{Speed}_2} + \frac{1}{\text{Speed}_3}}

Formulas Related to Numbers

To CalculateFormula
Average of first nn natural numbersSum of first n natural numbersn=(n+1)2 \frac{\text{Sum of first } n \text{ natural numbers}} {n} = \frac{(n+1)} {2}
Average of squares of first nn numbersi=1ni2n=(n+1)(2n+1)6 \frac{\sum_{i=1}^{n} i^2}{n} = \frac{(n+1)(2n+1)} {6}
Average of cubes of first nn numbersi=1ni3n=n(n+1)2/4\frac{\sum_{i=1}^{n} i^3}{n} = n(n+1)^2 /4
Average of first nn even numbersn+1n+1
Average of first nn odd numbersnn

Rules and Tricks

  • If the sum or total changes due to an addition or deletion, adjust the average accordingly:

    • New Average: New Average=Old Average±(Δ/n)\text{New Average} = \text{Old Average} ± (\Delta / n) where Δ=Δ = change in sum and n=n = new total count.
  • Combining two groups with different averages:

    • Combined Average:
    Combined Average=(n1×x1)+(n2×x2)n1+n2\text{Combined Average} = \frac{{(n_1 \times x_1) + (n_2 \times x_2)}}{{n_1 + n_2}}

    where n1,n2=n_1, n_2 = group sizes and x1,x2=x_1, x_2 = averages.


Solved Examples

Question: The average of 10 numbers is 23. If each number increases by 4, what will the new average be?
Solution:
New sum = Old sum + Total increase
Old sum = 23×10=230,23 \times 10 = 230, Total increase = 4×10=40,4 \times 10 = 40, New sum = 230+40=270.230 + 40 = 270.
New average:

270÷10=27270 \div 10 = 27

Question: The average weight of seven boys is 56 kg. The weights of six boys are: 52, 57, 55, 60, 59, and 55 kg. Find the weight of the seventh boy.
Solution:
Total weight of seven boys:
56×7=392,56 \times 7 = 392,
Total weight of six boys:
52+57+55+60+59+55=338.52 + 57 + 55 + 60 + 59 + 55 = 338.
Weight of seventh boy:
392338=54kg.392 − 338 = 54\,kg.


Question: The mean of a group of students’ marks is calculated as follows: First group (13 students): mean is 32.32. Second group (12 students): mean is 39.39. Find the combined mean for all students.
Solution:
Total marks for Group A:
32×13=416.32 \times 13 =416.
Total marks for Group B:
39×12=468.39 \times 12=468.
Combined mean:

CombinedMean=TotalMarks÷TotalCount=900÷25=36.Combined Mean= Total Marks÷Total Count=900÷25=36.