We can answer this question without really calculating. We know from the question that Loki is slower, so n must be greater than m. Every option that has \( m-n \) can be eliminated since it will result in a negative number for the amount of liquid, which can not be correct.
So, Options A, B, and D are eliminated, and we are left to choose between C and E.
The question asks for the difference between the amount of beer they drank, while the whole amount is 2k. So the difference should be between 0 and 2k.
By checking option E, we can tell that the fraction \(\frac{(m + n)}{n-m}\) is certainly more than 1, which makes the option incorrect.
So the answer is C. They can each finish 2k liters of beer in 2m and 2n minutes. If we want to calculate, we can first calculate the time it takes them to drink 2k liters of beer together. If we assign t for the time it took them, we can write:
\(\frac{1}{2m } +\frac{ 1}{2n }= \frac{ 1}{t}\)
\( t= \frac{2mn}{m+n}\)
To calculate how much each of them drinks, we multiply the rate of each one drinking beer by the t.
Thor drinks at a rate of k liters per m minutes, so his rate is \(\frac{k}{m}\), so the amount Thor drinks in t minutes is :
\(\frac{2mn}{m+n}* \frac{k}{m}= \frac{2kn}{m+n} \)
Loki drinks at a rate of k liters per n minutes, so his rate is \(\frac{k}{n}\), so the amount Loki drinks in t minutes is :
\(\frac{2mn}{m+n}* \frac{k}{n}= \frac{2km}{m+n} \)
We need to know how much more Thore drank, so we subtract Loki's drink amount from Thor's drink amount.
\( \frac{2kn}{m+n} - \frac{2km}{m+n} = \frac{2k(n - m)}{m+n} \)
So the answer is C. Bunuel
Thor, drinking at a constant rate, can finish k liters of beer in m minutes, while Loki, drinking at a slower constant rate, can finish the same k liters in n minutes. If they start drinking together and consume 2k liters in total, in terms of m, n, and k, how much more beer in liters did Thor drink than Loki?
A. \(\frac{k(m - n)}{2(m+n)}\)
B. \(\frac{k(m - n)}{m+n}\)
C. \(\frac{2k(n - m)}{m+n}\)
D. \(\frac{2k(m - n)}{m+n}\)
E. \(\frac{2k(m + n)}{n-m}\)