An average question, just don't be mean.
May 15, 2009 3:23 AM
Subscribe
How much tap-temperature water (say 15 C) would you need to add to 1 litre of water to make a mass of water 80 C?
The instructions on my Aeropress say the best temperature say the best temperature for coffee is 80 C. I would imagine a simple average (1*100 + x*15 = 1 * 80 +x *80 => x~.3 litres ) of mass and temperature would not be correct considering I would get a different answer if I chose Kelvin, so what is the correct way? What is a good heuristic?
posted by doozer_ex_machina to science & nature (4 comments total)
1 user marked this as a favorite
You can add water that is 15 degrees C (288K).
You want the final amount of water to be 80 degrees C (353 K)
You're calculating a weighted average, where the liters are the weight, and the temperature is what's being averaged:
1 * 100C + x * 15C
----------------------- = 80C
1 + x
Solving,
100 + 15x / (1 + x) = 80
100 + 15x = 80 (1+x)
100 = 80 + 80x - 15x
20 = 65x
x = 20/65 liters
Works in Kelvin, too.
1 * 373K + 20/65 * 288K
----------------------------- = 353K = 80C
1 + 20/65
posted by zippy at 3:44 AM on May 15 [1 favorite has favorites]