MahmudulRoneeUnderstand the concept first: if you have
First observation = 10
Second observation = 10
Third observation = 13
Average = 11
1st method - weighted average\(\frac{(10 x 2 + 13) }{ 3} = 11\\
\)
2nd method - baseline and visual solutionAccording to this method, to calculate an average out of multiple observations, you need to calculate the distance of every observation from whatever point you choose as the baseline on the number line that you create (always try to choose a convenient point) and then divide the total distance by the number of observations. What you will find is the distance of the average of the observations from the point that you had originally chosen as the baseline.
In the above-mentioned case we could choose 10 as the baseline:
Observations: 10-------13
Distance from baseline: 0-------3
Number of observations: 2------1
Total difference from baseline = 2x0 +3x1 = + 3
Distance of the average of the observations from baseline = + 3 / 3 = +1
Average = baseline + difference = 10 + 1 = 11
Basically, rather than calculate the weighted average of observations, a calculus that might be time-consuming, you calculate the weighted average of the distances of observations from one determined baseline. The same approach can be used in the problem that you have mentioned. I have simply chosen one of the numbers cited in the text to reduce one of the distances from the baseline (77) to zero, thus simplifying calculations.
*Note: number of observations = weight
Kudos are well accepted if you found my explanation useful