I have an amount of money. 10% of this money is currently shared between these 4 people in the following ratio:
Person 1 (1/3) 33.333% Person 2 (1/3) 33.333% Person 3 (1/6) 16.666% Person 4 (1/6) 16.666%
However, I now need to take an extra 1% of the total money making it 11% of the total shared between these people. The problem is all of this new 1% would be given to person 1 only, which would mean all the percentages need to be recalculated with person 1 getting the largest share.
How would I go about calculating this? Thanks
Let $\$T$ be the total amount of money, and let $\;\$2k,\;$ $\$2k,\;$ $\$k,\;$ $\$k\;$ be the amounts that Persons 1, 2, 3, 4 originally had, where $k$ is the proportionality constant. We are told that the 4 people originally had a combined amount of $\$(0.1)T.$ Therefore,
$$ 2k + 2k + k + k \; = \; 0.1T$$ $$ 6k = 0.1T$$ $$T = 60k$$
After Person 1 receives an additional $1\%$ of the total amount, the amounts of money the four people later have are $\;\$(2k + 0.01T),\;$ $\$2k,\;$ $\$k,\;$ $\$k.\;$ But since $2k + 0.01T = 2k + (0.01)(60k) = 2.6k,$ the amounts that the four people later have are
$$ \$2.6k, \;\; \$2k, \;\; \$k, \;\; \$k $$
Therefore, the share percentages the four people later have are
$$ \frac{2.6k}{6.6k} \times 100\%, \;\;\; \frac{2k}{6.6k} \times 100\%, \;\;\; \frac{k}{6.6k} \times 100\%, \;\;\; \frac{k}{6.6k} \times 100\% $$
or approximately
$$ 39.39\%, \;\; 30.30\%, \;\; 15.15\%, \;\; 15.15\% $$