Let n be the number of weeks in the program. Let x be the number of extra bottles to be collected.
Then
n*1200 = 816 + (n-1)(1200+x)
x = 384/(n-1)
This makes sense since the shortfall of 384 has to be made up over the remainder of the program.