返回题库

AIME 2005 I · 第 10 题

AIME 2005 I — Problem 10

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Triangle ABCABC lies in the cartesian plane and has an area of 7070. The coordinates of BB and CC are (12,19)(12,19) and (23,20),(23,20), respectively, and the coordinates of AA are (p,q).(p,q). The line containing the median to side BCBC has slope 5.-5. Find the largest possible value of p+q.p+q.

AIME diagram

解析

Solution 1

The midpoint MM of line segment BC\overline{BC} is (352,392)\left(\frac{35}{2}, \frac{39}{2}\right). The equation of the median can be found by 5=q392p352-5 = \frac{q - \frac{39}{2}}{p - \frac{35}{2}}. Cross multiply and simplify to yield that 5p+3552=q392-5p + \frac{35 \cdot 5}{2} = q - \frac{39}{2}, so q=5p+107q = -5p + 107.

Use determinants to find that the area of ABC\triangle ABC is 12p1223q1920111=70\frac{1}{2} \begin{vmatrix}p & 12 & 23 \\ q & 19 & 20 \\ 1 & 1 & 1\end{vmatrix} = 70 (note that there is a missing absolute value; we will assume that the other solution for the triangle will give a smaller value of p+qp+q, which is provable by following these steps over again) (alternatively, we could use the Shoelace Theorem). We can calculate this determinant to become 140=12231920pq2320+pq1219140 = \begin{vmatrix} 12 & 23 \\ 19 & 20 \end{vmatrix} - \begin{vmatrix} p & q \\ 23 & 20 \end{vmatrix} + \begin{vmatrix} p & q \\ 12 & 19 \end{vmatrix} 140=24043720p+23q+19p12q\Longrightarrow 140 = 240 - 437 - 20p + 23q + 19p - 12q =197p+11q= -197 - p + 11q. Thus, q=111p+33711q = \frac{1}{11}p + \frac{337}{11}.

Setting this equation equal to the equation of the median, we get that 111p+33711=5p+107\frac{1}{11}p + \frac{337}{11} = -5p + 107, so 5611p=1071133711\frac{56}{11}p = \frac{107 \cdot 11 - 337}{11}. Solving produces that p=15p = 15. Substituting backwards yields that q=32q = 32; the solution is p+q=047p + q = \boxed{047}.

Solution 2

Using the equation of the median from above, we can write the coordinates of AA as (p, 5p+107)(p,\ -5p + 107). The equation of BC\overline{BC} is 20192312=y19x12\frac{20 - 19}{23 - 12} = \frac{y - 19}{x - 12}, so x12=11y209x - 12 = 11y - 209. In general form, the line is x11y+197=0x - 11y + 197 = 0. Use the equation for the distance between a line and point to find the distance between AA and BCBC (which is the height of ABC\triangle ABC): 1(p)11(5p+107)+19712+112=56p980122\frac{|1(p) - 11(-5p + 107) + 197|}{1^2 + 11^2} = \frac{|56p - 980|}{\sqrt{122}}. Now we need the length of BCBC, which is (2312)2+(2019)2=122\sqrt{(23 - 12)^2 + (20 - 19)^2} = \sqrt{122}. The area of ABC\triangle ABC is 70=12bh=12(56p980122)12270 = \frac{1}{2}bh = \frac{1}{2}\left(\frac{|56p - 980|}{\sqrt{122}}\right) \cdot \sqrt{122}. Thus, 28p490=70|28p - 490| = 70, and p=15, 20p = 15,\ 20. We are looking for p+q=4p+107=47, 27p + q = -4p + 107 = 47,\ 27. The maximum possible value of p+q=047p + q = \fbox{047}.

Solution 3

Again, the midpoint MM of line segment BC\overline{BC} is at (352,392)\left(\frac{35}{2}, \frac{39}{2}\right). Let AA' be the point (17,22)(17, 22), which lies along the line through MM of slope 5-5. The area of triangle ABCA'BC can be computed in a number of ways (one possibility: extend ABA'B until it hits the line y=19y = 19, and subtract one triangle from another), and each such calculation gives an area of 14. This is 15\frac{1}{5} of our needed area, so we simply need the point AA to be 5 times as far from MM as AA' is. Thus A=(352,392)±5(12,52)A = \left(\frac{35}{2}, \frac{39}{2}\right) \pm 5\left(-\frac{1}{2}, \frac{5}{2}\right), and the sum of coordinates will be larger if we take the positive value, so A=(35252,392+252)A = \left(\frac{35}{2} - \frac{5}2, \frac{39}{2} + \frac{25}{2}\right) and the answer is 35252+392+252=047\frac{35}{2} - \frac{5}2 + \frac{39}{2} + \frac{25}{2} = \fbox{047}.

Solution 4

Plug points into the Shoelace Theorem. This will provide you with the equation p197+11q=140|-p - 197 + 11q| = 140. The find the midpoint of the line BCBC which is (17.5,19.5)(17.5,19.5). Now using this post and the given slope of the median, 5-5, using basic algebra we can find the equation of the median which is q=5p+107q = -5p + 107. Now that we have been given qq in terms of pp plug this equation back into p197+11q=140|-p - 197 + 11q| = 140. The result is the equation 98056p=140|980 - 56p| = 140. Solve this equation for two possible answers p=15,20p = 15, 20. Plugging into q=5p+107q = -5p + 107 these inputs produce qq values 3232 and 77. Obviously 15+3215 + 32 is the greater sum so the answer is 4747 and we are done.