返回题库

AIME 1994 · 第 12 题

AIME 1994 — Problem 12

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

A fenced, rectangular field measures 2424 meters by 5252 meters. An agricultural researcher has 1994 meters of fence that can be used for internal fencing to partition the field into congruent, square test plots. The entire field must be partitioned, and the sides of the squares must be parallel to the edges of the field. What is the largest number of square test plots into which the field can be partitioned using all or some of the 1994 meters of fence?

解析

Solution 1

Suppose there are nn squares in every column of the grid, so there are 5224n=136n\frac{52}{24}n = \frac {13}6n squares in every row. Then 6n6|n, and our goal is to maximize the value of nn.

Each vertical fence has length 2424, and there are 136n1\frac{13}{6}n - 1 vertical fences; each horizontal fence has length 5252, and there are n1n-1 such fences. Then the total length of the internal fencing is 24(13n61)+52(n1)=104n761994n10355219.924\left(\frac{13n}{6}-1\right) + 52(n-1) = 104n - 76 \le 1994 \Longrightarrow n \le \frac{1035}{52} \approx 19.9, so n19n \le 19. The largest multiple of 66 that is 19\le 19 is n=18n = 18, which we can easily verify works, and the answer is 136n2=702\frac{13}{6}n^2 = \boxed{702}.

Solution 2

Assume each partitioned square has a side length of 11 (just so we can get a clear image of what the formula will look like). The amount of internal fencing that is required to partition the field is clearly 52(24+1)+24(52+1)52*(24+1) + 24(52+1). (If you are confused, just draw the square out). This is clearly greater than 19941994, so the actual side length that we are looking for is greater than 11.

Now we can convert this into an equation. The equation is simply (52x)(24x+1)+(24x)(52x+1)(\frac{52}{x})(\frac{24}{x}+1) + (\frac{24}{x})(\frac{52}{x}+1) (The intutition comes from considering partioning the field into side lengths of 11 and then partitioning those squares). This is equivalent to 2496x2+76x\frac{2496}{x^2} + \frac{76}{x}, which should be less than or equal to 19941994.

Now we can just find possible lengths of the square that are greater than 11 and test them out. A viable side length would mean that 24x,52x\frac{24}{x}, \frac{52}{x} \in N. Since gcd(24,52)=4\gcd(24,52) = 4, then the smallest value greater than 11 that we satisfies the conditions has 44 in the numerator, and hence 33 in the denominator. Test out x=43x=\frac{4}{3}. This will equate to something less than 19941994, and hence the smallest square length that is plausible is 43\frac{4}{3}.

Now the rest is elementary, we do 524324433918=702\frac{52}{\frac{4}{3}} * \frac{24}{\frac{4}{3}} \Rightarrow 39*18 = \boxed{702}