Say I have two teams with different scores.
- Team A = 500 points
- Team B = 700 points
Obviously (500 + 700) / 2 will give me the average score of 600.
But now, I would like to assign 'weight' or 'relevance' to each team's score. Let's say Team B = 100% and team A = 50%. How can I calculate a new "average" that'll take into consideration that team A score is carries only 'half the weight' as team B?
Obviously the average in this case should be above 600 in that scenario, because team A's 500 score will not "drag" it down as as much anymore, but only 'half' the drag-down...