Say I am tasked with either adding or taking away oranges from three different bins, depending on the day. Each bin can only hold up to 100 oranges, and the idea is to try to keep all three bins with equal amounts of oranges after I am done, or as close as possible. (can use fractions of oranges to keep things easier)
The problem is right now each bin is out of sorts:
A1- Where I would enter the total amount of oranges I need to add that day. Lets say I need to add 100 oranges today.
A2- Where I would enter the total amount of oranges that I need to remove that day. Lets say I do not need to remove any oranges today.
C1- Bin 1 currently has 30 oranges. D1 shows in percentage how full Bin 1 is, which is 30%
C2- Bin 2 currently has 50 oranges. D2 shows in percentage how full Bin 2 is, which is 50%
C3- Bin 3 currently has 80 oranges. D3 shows in percentage how full Bin 3 is, which is 80%
Is there a formula I could use that would tell me how much to distribute to get the bins balanced out?
(My math shows me that I need to add 56.666 to Bin 1, 36.666 to Bin 2 and 6.666 to Bin 3)
The problem is right now each bin is out of sorts:
A1- Where I would enter the total amount of oranges I need to add that day. Lets say I need to add 100 oranges today.
A2- Where I would enter the total amount of oranges that I need to remove that day. Lets say I do not need to remove any oranges today.
C1- Bin 1 currently has 30 oranges. D1 shows in percentage how full Bin 1 is, which is 30%
C2- Bin 2 currently has 50 oranges. D2 shows in percentage how full Bin 2 is, which is 50%
C3- Bin 3 currently has 80 oranges. D3 shows in percentage how full Bin 3 is, which is 80%
Is there a formula I could use that would tell me how much to distribute to get the bins balanced out?
(My math shows me that I need to add 56.666 to Bin 1, 36.666 to Bin 2 and 6.666 to Bin 3)