返回题库

AIME 2007 II · 第 5 题

AIME 2007 II — Problem 5

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

The graph of the equation 9x+223y=20079x+223y=2007 is drawn on graph paper with each square representing one unit in each direction. How many of the 11 by 11 graph paper squares have interiors lying entirely below the graph and entirely in the first quadrant?

解析

Solution

Solution 1

There are 2239=2007223 \cdot 9 = 2007 squares in total formed by the rectangle with edges on the x and y axes and with vertices on the intercepts of the equation, since the intercepts of the lines are (223,0), (0,9)(223,0),\ (0,9).

Count the number of squares that the diagonal of the rectangle passes through. Since the two diagonals of a rectangle are congruent, we can consider instead the diagonal y=2239xy = \frac{223}{9}x. This passes through 8 horizontal lines (y=18y = 1 \ldots 8) and 222 vertical lines (x=1222x = 1 \ldots 222). Every time we cross a line, we enter a new square. Since 9 and 223 are relatively prime, we don’t have to worry about crossing an intersection of a horizontal and vertical line at one time. We must also account for the first square. This means that it passes through 222+8+1=231222 + 8 + 1 = 231 squares.

The number of non-diagonal squares is 2007231=17762007 - 231 = 1776. Divide this in 2 to get the number of squares in one of the triangles, with the answer being 17762=888\frac{1776}2 = 888.

Solution 2

Count the number of each squares in each row of the triangle. The intercepts of the line are (223,0), (0,9)(223,0),\ (0,9).

In the top row, there clearly are no squares that can be formed. In the second row, we see that the line y=8y = 8 gives a xx value of 20078(223)9=2479\frac{2007 - 8(223)}{9} = 24 \frac 79, which means that 2479=24\lfloor 24 \frac 79\rfloor = 24 unit squares can fit in that row. In general, there are

i=08223i9\sum_{i=0}^{8} \lfloor \frac{223i}{9} \rfloor

triangles. Since 2239=24\lfloor \frac{223}{9} \rfloor = 24, we see that there are more than 24(0+1++8)=24(8×92)=86424(0 + 1 + \ldots + 8) = 24(\frac{8 \times 9}{2}) = 864 triangles. Now, count the fractional parts. 09=0,79=0,149=1,\lfloor \frac{0}{9} \rfloor = 0, \lfloor \frac{7}{9} \rfloor = 0, \lfloor \frac{14}{9} \rfloor = 1, 219=2,289=3,359=3,\lfloor \frac{21}{9} \rfloor = 2, \lfloor \frac{28}{9} \rfloor = 3, \lfloor \frac{35}{9} \rfloor = 3, 429=4,499=5,569=6\lfloor \frac{42}{9} \rfloor = 4, \lfloor \frac{49}{9} \rfloor = 5, \lfloor \frac{56}{9} \rfloor = 6. Adding them up, we get 864+1+2+3+3+4+5+6=888864 + 1 + 2 + 3 + 3 + 4 + 5 + 6 = 888.

Solution 3

From Pick's Theorem, 20072=233222+2I2\frac{2007}{2}=\frac{233}{2}-\frac{2}{2}+\frac{2I}{2}. In other words, 2I=17762I=1776 and I is 888888.

Do you see why we simply set II as the answer as well? That's because every interior point, if moved down and left one (southwest direction), can have that point and the previous point create a unit square. For example, (1,1)(1, 1) moves to (0,0)(0, 0), so the square of points (0,0),(1,0),(1,1),(0,1){(0, 0), (1, 0), (1, 1), (0, 1)} is one example. This applies, of course, for 888888 points.

Solution 4

We know that the number of squares intersected in an m×nm\times{n} rectangle is m+ngcd(m,n)m + n -\text{gcd}(m,n). So if we apply that here, we get that the number of intersected squares is:

9+2231=2319 + 223 - 1 = 231.

Now just subtract that from the total number of squares and divide by 2, since we want the number of squares below the line.

So,

20072312=17762=888\frac{2007 - 231}{2} = \frac{1776}{2} = \fbox{888}