Minimum transfers, not simple division
Dividing the total by the number of people is the obvious but incorrect solution, it doesn't account for the fact that each person has paid different amounts to different people. Party Budget's logic calculates the minimum transfers needed for all debts to be settled with the fewest possible movements. That logic decision is what makes the app useful, without it, the final summary would be as confusing as doing the calculations by hand.