11/04/2014
Folks! How you doin?
I have negotiated with the Boss (Helene) according the paper baskets.
WE WILL GET A COFFE MACHINE (like they have on the third floor with all these kinds of different awesome functions)
What I need from you is help. Every second week does someone of us need to bring 10 paper bins to the outside of the house and the next day, bring them back. Let me put it in a programming perspective:
empty_bin_times = 2; % [-], approximated, and per year.
empty_bin_time = 0.5; % [h] It will take approx 30 minutes per every second week.
if willing_to_help == yes
free_coffee = inf;
else
free_coffee = 0
end
coffee_salary = free_coffee/(empty_bin_times*empty_bin_time); % And that is the question...
Cheers