Say I have 5 users. Each user will receive their payment based on their individual percentage.
For eg.
User 1: 5%
User 2: 10%
User 3: 15%
User 4: 15%
User 5: 5%
Now say I have a total of $100. I want to divide the $100 among the 5 users. But the users with higher % will receive a higher amount than the the ones with lower %.
How would I calculate this?