返回题库

AIME 2015 II · 第 8 题

AIME 2015 II — Problem 8

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Let aa and bb be positive integers satisfying ab+1a+b<32\frac{ab+1}{a+b} < \frac{3}{2}. The maximum possible value of a3b3+1a3+b3\frac{a^3b^3+1}{a^3+b^3} is pq\frac{p}{q}, where pp and qq are relatively prime positive integers. Find p+qp+q.

解析

Solution 1

Let us call the quantity a3b3+1a3+b3\frac{a^3b^3+1}{a^3+b^3} as NN for convenience. Knowing that aa and bb are positive integers, we can legitimately rearrange the given inequality so that aa is by itself, which makes it easier to determine the pairs of (a,b)(a, b) that work. Doing so, we have

ab+1a+b<32\frac{ab+1}{a+b} < \frac{3}{2}     2ab+2<3a+3b    2ab3a<3b2\implies 2ab + 2 < 3a + 3b \implies 2ab - 3a < 3b - 2     a<3b22b3.\implies a < \frac{3b - 2}{2b - 3}. Now, observe that if b=1b = 1 we have that N=a3+1a3+1=1N = \frac{a^3 + 1}{a^3 + 1} = 1, regardless of the value of aa. If a=1a = 1, we have the same result: that N=b3+1b3+1=1N = \frac{b^3 + 1}{b^3 + 1} = 1, regardless of the value of bb. Hence, we want to find pairs of positive integers (a,b)(a, b) existing such that neither aa nor bb is equal to 11, and that the conditions given in the problem are satisfied in order to check that the maximum value for NN is not 11.

To avoid the possibility that a=1a = 1, we want to find values of bb such that 3b22b3>2\frac{3b - 2}{2b - 3} > 2. If we do this, we will have that a<3b22b3=ka < \frac{3b - 2}{2b - 3} = k, where kk is greater than 22, and this allows us to choose values of aa greater than 11. Again, since bb is a positive integer, and we want b>1b > 1, we can legitimately multiply both sides of 3b22b3>2\frac{3b - 2}{2b - 3} > 2 by 2b32b - 3 to get 3b2>4b6    b<43b - 2 > 4b - 6 \implies b < 4. For b=3b = 3, we have that a<73a < \frac{7}{3}, so the only possibility for aa greater than 11 is obviously 22. Plugging these values into NN, we have that N=8(27)+18+27=21735=315N = \frac{8(27) + 1}{8 + 27} = \frac{217}{35} = \frac{31}{5}. For b=2b = 2, we have that a<41=4a < \frac{4}{1} = 4. Plugging a=3a = 3 and b=2b = 2 in for NN yields the same result of 315\frac{31}{5}, but plugging a=2a = 2 and b=2b = 2 into NN yields that N=8(8)+18+8=6516N = \frac{8(8) + 1}{8 + 8} = \frac{65}{16}. Clearly, 315\frac{31}{5} is the largest value we can have for NN, so our answer is 31+5=03631 + 5 = \boxed{036}.

(Technically, we would have to find that b > 1 before dividing both sides of the inequality by 2b - 3, but otherwise this solution is correct)

Solution 2 (nifty solution)

ab+1a+b<322ab+2<3a+3b4ab6a6b+4<0(2a3)(2b3)<5.\frac{ab + 1}{a + b} < \frac{3}{2} \rightarrow 2ab + 2 < 3a + 3b \rightarrow 4ab - 6a - 6b + 4 < 0 \rightarrow (2a - 3)(2b - 3) < 5. 2a3,2b3{x2k,kZ}2a - 3, 2b - 3 \in \{x \neq 2k, k \in Z \} \rightarrow (2a3)(2a-3) and (2b3)(2b-3) each cannot be even or else aa and bb will not be integers

(2a3)(2b3)=1,3(2a3,2b3)=(1,1),(1,3),(3,1).(2a - 3)(2b - 3) = 1, 3 \rightarrow (2a - 3, 2b - 3) = (1, 1), (1, 3), (3, 1). (a,b)=(2,2),(2,3),(3,2).(a, b) = (2, 2), (2, 3), (3, 2). a3b3+1a3+b3=6516,315.\frac{a^3 b^3 + 1}{a^3 + b^3} = \frac{65}{16}, \frac{31}{5}. 315036.\frac{31}{5} \rightarrow \boxed{036}. (a=1b=1,2,3...b3+1b3+1=1a=1 \rightarrow b=1, 2, 3... \rightarrow \frac{b^3+1}{b^3+1}=1; 1<31/51<31/5).

Solution 3

Notice that for a3b3+1a3+b3\frac{a^3b^3+1}{a^3+b^3} to be maximized, ab+1a+b\frac{ab+1}{a+b} has to be maximized. We simplify as above to 2ab+2<3a+3b2ab + 2 < 3a + 3b, which is (a32)(b32)<54(a-\frac{3}{2})(b-\frac{3}{2}) < \frac{5}{4}. To maximize, aa has to be as close to bb as possible, making aa close to 3+52\frac{3+\sqrt{5}}{2}. Because aa and bb are positive integers, a=3a = 3, and checking back gives b=2b = 2 as the maximum or the other way around, which the answer is thus 216+127+8=21735=315036\frac{216+1}{27+8} = \frac{217}{35} = \frac{31}{5} \rightarrow \boxed{036}.

Solution 4

Guess and check a few values of aa and bb you will find two things. One, that the highest values of aa and bb are the closest to 32\frac{3}{2}. Two, that the pair (2,3)(2,3) is the highest possible value of a,ba, b. So plugging in a=2a=2 and b=3b=3 we get ((23)3)+1/(8+27)((2*3)^3)+1/(8+27) = 21735\frac{217}{35} = 315\frac{31}{5}, and 31+5=3631+5 = 36. Solution by Helloitsaaryan

Solution 5

WLOG, assume aba \geq b. We solve for aa from the original equation to get a<3b22b3a < \frac{3b - 2}{2b - 3}. Since bab \leq a, we can solve b<3b22b3b < \frac{3b - 2}{2b - 3}. Solving, we get 352<b<3+52\frac{3 - \sqrt{5}}{2} < b < \frac{3 + \sqrt{5}}{2}. Approximating values, we get 1b<31 \leq b < 3. Thus, b=1,2b = 1, 2. Now, plugging back a<3b22b3a < \frac{3b - 2}{2b - 3}, we see that b=1b = 1 doesn't work. Thus, we plug in b=2b = 2 to get 2a<42 \leq a < 4. Thus, a=2,3a = 2, 3. Clearly, we can plug in (a,b)=(2,2),(3,2)(a, b) = (2, 2), (3, 2) and see that (3,2)(3, 2) gives you the maximum of 315\frac{31}{5}. Thus, the answer is 036\boxed{036}.

~ilikemath247365

Solution 6

Firstly, if we assume that a=1a=1, we see that a3b3+1a3+b3=b3+11+b3=1\frac{a^{3}b^{3}+1}{a^{3}+b^{3}} = \frac{b^{3}+1}{1+b^{3}} = 1, which is not a fraction. Therefore, we know that neither aa nor bb can equal 1.

Starting with ab+1a+b<32\frac{ab+1}{a+b}<\frac{3}{2}, cross multiply and move the variables to the right to obtain 2ab3a3b<22ab-3a-3b<-2. After multiplying both sides by 2, Simon's favorite factoring trick (SFFT) is applicable, giving us (2a3)(2b3)<5(2a-3)(2b-3)<5. Now, we assume a=2a=2. Then we see that bb can equal 2 or 3. If a=3a=3, the only possible bb value is 2, and there are no other possible values for bb if a>3a>3. So the possible ordered pairs for (a,b)(a,b) are (2,2),(2,3)(2,2), (2,3), and (3,2)(3,2). It is easily noticeable that (2,3)(2,3) and (3,2)(3,2) both produce a3b3+1a3+b3=315\frac{a^{3}b^{3}+1}{a^{3}+b^{3}}=\frac{31}{5}, which is the maximum value. We then add 31+5=03631+5=\fbox{036}

~justeau9

Video Solution

https://www.youtube.com/watch?v=9re2qLzOKWk&t=653s

~MathProblemSolvingSkills.com