What is the difference?For what kind of purpose do we use the weighted average method?Why don't we instead always use the normal average method?and also,how to get the weighted average of some numbers?Also,do we have first to get the mean(normal average) of numbers in order to get their weighted average?
Thank you so much.
Let's say that you are flipping a coin, and with heads you win a dollar, tails you lose a dollar. Then you'd expect that the average amount of money you'd win is zero.
Now, let's say it turns out the coin was weighted, so that heads came up half as often as tails. Then the amount you'd expect to win is:
$$\frac{2\cdot(-1)+1\cdot 1}{3} = -\frac{1}{3}$$
This is a weighted average of $-1$ and $1$, based on their frequencies.