返回题库

AIME 1998 · 第 14 题

AIME 1998 — Problem 14

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

An m×n×pm\times n\times p rectangular box has half the volume of an (m+2)×(n+2)×(p+2)(m + 2)\times(n + 2)\times(p + 2) rectangular box, where m,n,m, n, and pp are integers, and mnp.m\le n\le p. What is the largest possible value of pp?

解析

Solution 1

2mnp=(m+2)(n+2)(p+2)2mnp = (m+2)(n+2)(p+2) Let’s solve for pp:

(2mn)p=p(m+2)(n+2)+2(m+2)(n+2)(2mn)p = p(m+2)(n+2) + 2(m+2)(n+2) [2mn(m+2)(n+2)]p=2(m+2)(n+2)[2mn - (m+2)(n+2)]p = 2(m+2)(n+2) p=2(m+2)(n+2)mn2n2m4=2(m+2)(n+2)(m2)(n2)8p = \frac{2(m+2)(n+2)}{mn - 2n - 2m - 4} = \frac{2(m+2)(n+2)}{(m-2)(n-2) - 8} Clearly, we want to minimize the denominator, so we test (m2)(n2)8=1(m2)(n2)=9(m-2)(n-2) - 8 = 1 \Longrightarrow (m-2)(n-2) = 9. The possible pairs of factors of 99 are (1,9)(3,3)(1,9)(3,3). These give m=3,n=11m = 3, n = 11 and m=5,n=5m = 5, n = 5 respectively. Substituting into the numerator, we see that the first pair gives 130130, while the second pair gives 9898. We now check that 130130 is optimal, setting a=m2a=m-2, b=n2b=n-2 in order to simplify calculations. Since

0(a1)(b1)    a+bab+10 \le (a-1)(b-1) \implies a+b \le ab+1 We have

p=2(a+4)(b+4)ab8=2ab+8(a+b)+32ab82ab+8(ab+1)+32ab8=10+120ab8130p = \frac{2(a+4)(b+4)}{ab-8} = \frac{2ab+8(a+b)+32}{ab-8} \le \frac{2ab+8(ab+1)+32}{ab-8} = 10 + \frac{120}{ab-8} \le 130 Where we see (m,n)=(3,11)(m,n)=(3,11) gives us our maximum value of 130\boxed{130}.

  • Note that 0(a1)(b1)0 \le (a-1)(b-1) assumes m,n3m,n \ge 3, but this is clear as 2mm+2=(n+2)(p+2)np>1\frac{2m}{m+2} = \frac{(n+2)(p+2)}{np} > 1 and similarly for nn.

Solution 2

Similarly as above, we solve for p,p, but we express the denominator differently:

p=2(m+2)(n+2)(m+2)(n+2)4(m+n+2)    1p=122(m+n+2)(m+2)(n+2).p=\dfrac{2(m+2)(n+2)}{(m+2)(n+2)-4(m+n+2)} \implies \dfrac{1}{p}=\dfrac{1}{2}-\dfrac{2(m+n+2)}{(m+2)(n+2)}. Hence, it suffices to maximize m+n+2(m+2)(n+2),\dfrac{m+n+2}{(m+2)(n+2)}, under the conditions that pp is a positive integer.

Then since m+n+2(m+2)(n+2)>12\dfrac{m+n+2}{(m+2)(n+2)}>\dfrac{1}{2} for m=1,2,m=1,2, we fix m=3.m=3.

    1p=122(n+5)5(n+2)=n1010(n+2),\implies \dfrac{1}{p}=\dfrac{1}{2}-\dfrac{2(n+5)}{5(n+2)}=\dfrac{n-10}{10(n+2)}, where we simply let n=11n=11 to achieve p=130.p=\boxed{130}.

~Generic_Username