返回题库

AIME 2010 I · 第 8 题

AIME 2010 I — Problem 8

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

For a real number aa, let a\lfloor a \rfloor denote the greatest integer less than or equal to aa. Let R\mathcal{R} denote the region in the coordinate plane consisting of points (x,y)(x,y) such that x2+y2=25\lfloor x \rfloor ^2 + \lfloor y \rfloor ^2 = 25. The region R\mathcal{R} is completely contained in a disk of radius rr (a disk is the union of a circle and its interior). The minimum value of rr can be written as mn\frac {\sqrt {m}}{n}, where mm and nn are integers and mm is not divisible by the square of any prime. Find m+nm + n.

解析

Solution

The desired region consists of 12 boxes, whose lower-left corners are integers solutions of x2+y2=25x^2 + y^2 = 25, namely (±5,0),(0,±5),(±3,±4),(±4,±3).(\pm5,0), (0,\pm5), (\pm3,\pm4), (\pm4,\pm3). Since the points themselves are symmetric about (0,0)(0,0), the boxes are symmetric about (12,12)\left(\frac12,\frac12\right). The distance from (12,12)\left(\frac12,\frac12\right) to the furthest point on a box that lays on an axis, for instance (6,1)(6,1), is 1122+122=1224.\sqrt {\frac {11}2^2 + \frac12^2} = \sqrt {\frac {122}4}. The distance from (12,12)\left(\frac12,\frac12\right) to the furthest point on a box in the middle of a quadrant, for instance (5,4)(5,4), is 922+722=1304.\sqrt {\frac92^2 + \frac72^2} = \sqrt {\frac {130}4}. The latter is the larger, and is 1302\frac {\sqrt {130}}2, giving an answer of 130+2=132130 + 2 = \boxed{132}.

AIME diagram

Solution 2

When observing the equation x2+y2=25\lfloor x \rfloor ^2 + \lfloor y \rfloor ^2 = 25, it is easy to see that it is a circle graph. So, we can draw a coordinate plane and find some points.

In quadrant 11, x<6x < 6 and y<6y < 6. Note that 5.999...=5\lfloor 5.999...\rfloor = 5, but if we add more 9s9's after the 55, it will get infinitely close to 66, so we can use 66 as a bounding line. Also, with the same logic, when x=6x = 6, y=1y = 1 (the equal sign represents as xx approaches..., not equal to...) So, in quadrant one, we have points (6,1)(6,1) and (1,6)(1,6).

Moving to quadrant 22, we must note that 4.999...=5\lfloor -4.999...\rfloor = -5, so the circle will not be centered at (0,0)(0,0). In quadrant 2, yy is still positive, so we can have y=1y = 1. When y=1y = 1, x=5x = -5, so we have our next point (5,1)(-5,1). With this method, other points can be found in quadrants 33 and 44.

Additionally, 32+42=523 ^2 + 4 ^2 = 5 ^2, and with the same approaching limit, we know that quadrant 11 also has lattice points (4,5)(4,5) and (5,4)(5,4). We need a point that passes through the circle's center (we don't need to find the center). If we focus on (5,4)(5,4), the "opposite" point is (4,3)(-4,-3) located in quadrant 3.

Using the distance formula, we find that the distance between the two points is 130\sqrt {130}. Since the line connecting those two points passes through the circle's center, it is the diameter. So, the radius can be found by dividing 130\sqrt {130} by 22 to get 1302\frac {\sqrt {130}}2, and m+n=130+2=132m+n=130 + 2 = \boxed{132}.

~hwan ~edited by ALANARCHERMAN