Possible Duplicate:
Is this a weighted average/percentage problem?
Let's say a Marketing company has a total turnover of 10000 \$
There are 3 salesmen A,B,C with the following turnovers:
The turnovers have two components - Income and Expenses:
A = 2000 $
B = 3000 $
C = 5000 $
Ia = 80% = 1600 $
Ib = 70% = 2100 $
Ic = 60% = 3000 $
Ea = 20% = 400 $
Eb = 30% = 900 $
Ec = 40% = 2000 $
Total Income = 6700 USD = 67%
Total Expense = 3300 USD = 33%
Now, If the company wants to increase total Income by 10 %, How should this increase be split across the Incomes of A,B,C? Is this a weighted average/percentage increase problem?