返回题库

AIME 2007 II · 第 8 题

AIME 2007 II — Problem 8

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

A rectangular piece of paper measures 4 units by 5 units. Several lines are drawn parallel to the edges of the paper. A rectangle determined by the intersections of some of these lines is called basic if

(i) all four sides of the rectangle are segments of drawn line segments, and

(ii) no segments of drawn lines lie inside the rectangle.

Given that the total length of all lines drawn is exactly 2007 units, let NN be the maximum possible number of basic rectangles determined. Find the remainder when NN is divided by 1000.

解析

Solution

Solution 1

Denote the number of horizontal lines drawn as xx, and the number of vertical lines drawn as yy. The number of basic rectangles is (x1)(y1)(x - 1)(y - 1). 5x+4y=2007y=20075x45x + 4y = 2007 \Longrightarrow y = \frac{2007 - 5x}{4}. Substituting, we find that (x1)(54x+20034)(x - 1)\left(-\frac 54x + \frac{2003}4\right).

FOIL this to get a quadratic, 54x2+502x20034-\frac 54x^2 + 502x - \frac{2003}4. Use b2a\frac{-b}{2a} to find the maximum possible value of the quadratic: x=502254=10045201x = \frac{-502}{-2 \cdot \frac 54} = \frac{1004}5 \approx 201. However, this gives a non-integral answer for yy. The closest two values that work are (199,253)(199,253) and (203,248)(203,248).

We see that 252198=49896>202247=49894252 \cdot 198 = 49896 > 202 \cdot 247 = 49894. The solution is 896\boxed{896}.

Solution 2

We realize that drawing xx vertical lines and yy horizontal lines, the number of basic rectangles we have is (x1)(y1)(x-1)(y-1). The easiest possible case to see is 223223 vertical and 223223 horizontal lines, as (4+5)223=2007(4+5)223 = 2007. Now, for every 4 vertical lines you take away, you can add 5 horizontal lines, so you basically have the equation (2224x)(222+5x)(222-4x)(222+5x) maximize.

Expanded, this gives 20x2+222x+2222-20x^{2}+222x+222^{2}. From b2a-\frac{b}{2a} you get that the vertex is at x=11120x=\frac{111}{20}. This is not an integer though, so you see that when x=5x=5, you have 2025+2225+2222-20*25+222*5+222^{2} and that when x=6, you have 2036+2226+2222-20*36+222*6+222^{2}. 222>2011222 > 20*11, so the maximum integral value for x occurs when x=6x=6. Now you just evaluate 2036+2226+2222mod1000-20*36+222*6+222^{2}\mod 1000 which is 896{896}.

Solution 3 (similar to solution 2)

Similar to solution 2, we need to maximise the equation (x1)(y1)(x-1)(y-1). Starting from x=y=223x=y=223, we simply do trial and error, adding 55 to xx while subtracting 44 from yy each time. We notice that the total number of basic squares increases as we increase xx.

Thus, we simply need to find the first value for which the number of basic squares decrease or stay unchanged when we increase xx, which occurs at x=258x=258 and y=195y=195, for which the total number of basic squares is 49,85849,858, which is less than when x=253x=253 and y=199y=199, which gives 4989649896. Thus, our answer is 49896mod1000=89649896\mod1000 = \boxed{896}.

Video Solution

2007 AIME II #8

MathProblemSolvingSkills.com