Let a and b be positive integers satisfying a+bab+1<23. The maximum possible value of a3+b3a3b3+1 is qp, where p and q are relatively prime positive integers. Find p+q.
解析
Solution 1
Let us call the quantity a3+b3a3b3+1 as N for convenience. Knowing that a and b are positive integers, we can legitimately rearrange the given inequality so that a is by itself, which makes it easier to determine the pairs of (a,b) that work. Doing so, we have
a+bab+1<23⟹2ab+2<3a+3b⟹2ab−3a<3b−2⟹a<2b−33b−2.
Now, observe that if b=1 we have that N=a3+1a3+1=1, regardless of the value of a. If a=1, we have the same result: that N=b3+1b3+1=1, regardless of the value of b. Hence, we want to find pairs of positive integers (a,b) existing such that neither a nor b is equal to 1, and that the conditions given in the problem are satisfied in order to check that the maximum value for N is not 1.
To avoid the possibility that a=1, we want to find values of b such that 2b−33b−2>2. If we do this, we will have that a<2b−33b−2=k, where k is greater than 2, and this allows us to choose values of a greater than 1. Again, since b is a positive integer, and we want b>1, we can legitimately multiply both sides of 2b−33b−2>2 by 2b−3 to get 3b−2>4b−6⟹b<4. For b=3, we have that a<37, so the only possibility for a greater than 1 is obviously 2. Plugging these values into N, we have that N=8+278(27)+1=35217=531. For b=2, we have that a<14=4. Plugging a=3 and b=2 in for N yields the same result of 531, but plugging a=2 and b=2 into N yields that N=8+88(8)+1=1665. Clearly, 531 is the largest value we can have for N, so our answer is 31+5=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)
a+bab+1<23→2ab+2<3a+3b→4ab−6a−6b+4<0→(2a−3)(2b−3)<5.2a−3,2b−3∈{x=2k,k∈Z}→(2a−3) and (2b−3) each cannot be even or else a and b will not be integers
Notice that for a3+b3a3b3+1 to be maximized, a+bab+1 has to be maximized. We simplify as above to 2ab+2<3a+3b, which is (a−23)(b−23)<45. To maximize, a has to be as close to b as possible, making a close to 23+5. Because a and b are positive integers, a=3, and checking back gives b=2 as the maximum or the other way around, which the answer is thus 27+8216+1=35217=531→036.
Solution 4
Guess and check a few values of a and b you will find two things. One, that the highest values of a and b are the closest to 23. Two, that the pair (2,3) is the highest possible value of a,b. So plugging in a=2 and b=3 we get ((2∗3)3)+1/(8+27) = 35217 = 531, and 31+5=36. Solution by Helloitsaaryan
Solution 5
WLOG, assume a≥b. We solve for a from the original equation to get a<2b−33b−2. Since b≤a, we can solve b<2b−33b−2. Solving, we get 23−5<b<23+5. Approximating values, we get 1≤b<3. Thus, b=1,2. Now, plugging back a<2b−33b−2, we see that b=1 doesn't work. Thus, we plug in b=2 to get 2≤a<4. Thus, a=2,3. Clearly, we can plug in (a,b)=(2,2),(3,2) and see that (3,2) gives you the maximum of 531. Thus, the answer is 036.
~ilikemath247365
Solution 6
Firstly, if we assume that a=1, we see that a3+b3a3b3+1=1+b3b3+1=1, which is not a fraction. Therefore, we know that neither a nor b can equal 1.
Starting with a+bab+1<23, cross multiply and move the variables to the right to obtain 2ab−3a−3b<−2. After multiplying both sides by 2, Simon's favorite factoring trick (SFFT) is applicable, giving us (2a−3)(2b−3)<5. Now, we assume a=2. Then we see that b can equal 2 or 3. If a=3, the only possible b value is 2, and there are no other possible values for b if a>3. So the possible ordered pairs for (a,b) are (2,2),(2,3), and (3,2). It is easily noticeable that (2,3) and (3,2) both produce a3+b3a3b3+1=531, which is the maximum value. We then add 31+5=036