返回题库

AIME 2011 I · 第 1 题

AIME 2011 I — Problem 1

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Jar A contains four liters of a solution that is 45% acid. Jar B contains five liters of a solution that is 48% acid. Jar C contains one liter of a solution that is k%k\% acid. From jar C, mn\frac{m}{n} liters of the solution is added to jar A, and the remainder of the solution in jar C is added to jar B. At the end both jar A and jar B contain solutions that are 50% acid. Given that mm and nn are relatively prime positive integers, find k+m+nk + m + n.

解析

Solution 1

Jar A contains 115\frac{11}{5} liters of water, and 95\frac{9}{5} liters of acid; jar B contains 135\frac{13}{5} liters of water and 125\frac{12}{5} liters of acid.

The gap between the amount of water and acid in the first jar, 25\frac{2}{5}, is double that of the gap in the second jar, 15\frac{1}{5}. Therefore, we must add twice as much of jar C into the jar AA over jar BB. So, we must add 23\frac{2}{3} of jar C into jar AA, so m=2,n=3m = 2, n=3.

Since jar C contains 11 liter of solution, we are adding 23\frac{2}{3} of a liter of solution to jar AA. In order to close the gap between water and acid, there must be 25\frac{2}{5} more liters of acid than liters of water in these 23\frac{2}{3} liters of solution. So, in the 23\frac{2}{3} liters of solution, there are 215\frac{2}{15} liters of water, and 815\frac{8}{15} liters of acid. So, 80% of the 23\frac{2}{3} sample is acid, so overall, in jar C, 80% of the sample is acid.

Therefore, our answer is 80+2+3=8580 + 2 + 3 = \boxed{85}.

~ ihatemath123

Solution 2

There are 45100(4)=95\frac{45}{100}(4)=\frac{9}{5} L of acid in Jar A. There are 48100(5)=125\frac{48}{100}(5)=\frac{12}{5} L of acid in Jar B. And there are k100\frac{k}{100} L of acid in Jar C. After transferring the solutions from jar C, there will be 4+mn4+\frac{m}{n} L of solution in Jar A and 95+k100mn\frac{9}{5}+\frac{k}{100}\cdot\frac{m}{n} L of acid in Jar A. 6mn6-\frac{m}{n} L of solution in Jar B and 125+k100(1mn)=125+k100mk100n\frac{12}{5}+\frac{k}{100}\cdot \left(1-\frac{m}{n}\right)=\frac{12}{5}+\frac{k}{100}-\frac{mk}{100n} of acid in Jar B. Since the solutions are 50% acid, we can multiply the amount of acid for each jar by 2, then equate them to the amount of solution.

185+km50n=4+mn\frac{18}{5}+\frac{km}{50n}=4+\frac{m}{n} 245km50n+k50=6mn\frac{24}{5}-\frac{km}{50n}+\frac{k}{50}=6-\frac{m}{n} Add the equations to get

425+k50=10\frac{42}{5}+\frac{k}{50}=10 Solving gives k=80k=80. If we substitute back in the original equation we get mn=23\frac{m}{n}=\frac{2}{3} so 3m=2n3m=2n. Since mm and nn are relatively prime, m=2m=2 and n=3n=3. Thus k+m+n=80+2+3=085k+m+n=80+2+3=\boxed{085}.

Solution 3

One might cleverly change the content of both Jars.

Since the end result of both Jars are 50%50\% acid, we can turn Jar A into a 1 gallon liquid with 50%4(5%)=30%50\%-4(5\%) = 30\% acid

and Jar B into 1 gallon liquid with 50%5(2%)=40%50\%-5(2\%) =40\% acid.

Now, since Jar A and Jar B contain the same amount of liquid, twice as much liquid will be pour into Jar A than Jar B, so 23\dfrac{2}{3} of Jar C will be pour into Jar A.

Thus, m=2m=2 and n=3n=3.

30%+23k%53=50%\dfrac{30\% + \frac{2}{3} \cdot k\%}{\frac{5}{3}} = 50\%

Solving for kk yields k=80k=80

So the answer is 80+2+3=08580+2+3 = \boxed{085}

Solution 4

One may first combine all three jars in to a single container. That container will have 1010 liters of liquid, and it should be 50%50\% acidic. Thus there must be 55 liters of acid.

Jar A contained 45%4L45\% \cdot 4L, or 1.8L1.8L of acid, and jar B 48%5L48\% \cdot 5L or 2.4L2.4L. Solving for the amount of acid in jar C, k=(52.41.8)=.8k = (5 - 2.4 - 1.8) = .8, or 80%80\%.

Once one knows that the jar C is 80%80\% acid, use solution 1 to figure out m and n for k+m+n=80+2+3=085k+m+n=80+2+3=\boxed{085}.

Video Solution

https://www.youtube.com/watch?v=_znugFEst6E&t=919s

~Shreyas S