I have a value that needs to be distributed among a set of other smaller ones?
Say, I have a list of students with their grades, and I need to distribute a scholarship fund among them according to their grades.
How do I do that?