2005 AIME I Problems/Problem 10
Problem
Triangle lies in the cartesian plane and has an area of
. The coordinates of
and
are
and
respectively, and the coordinates of
are
The line containing the median to side
has slope
Find the largest possible value of
![[asy]defaultpen(fontsize(8)); size(170); pair A=(15,32), B=(12,19), C=(23,20), M=B/2+C/2, P=(17,22); draw(A--B--C--A);draw(A--M);draw(B--P--C); label("A (p,q)",A,(1,1));label("B (12,19)",B,(-1,-1));label("C (23,20)",C,(1,-1));label("M",M,(0.2,-1)); label("(17,22)",P,(1,1)); dot(A^^B^^C^^M^^P);[/asy]](http://latex.artofproblemsolving.com/3/e/0/3e0c65881bed6213e0789bf735b240b830e07554.png)
Solution 1
The midpoint of line segment
is
. The equation of the median can be found by
. Cross multiply and simplify to yield that
, so
.
Use determinants to find that the area of is
(note that there is a missing absolute value; we will assume that the other solution for the triangle will give a smaller value of
, which is provable by following these steps over again). We can calculate this determinant to become
. Thus,
.
Setting this equation equal to the equation of the median, we get that , so
. Solving produces that
. Substituting backwards yields that
; the solution is
.
Solution 2
Using the equation of the median from above, we can write the coordinates of as
. The equation of
is
, so
. In general form, the line is
. Use the equation for the distance between a line and point to find the distance between
and
(which is the height of
):
. Now we need the length of
, which is
. The area of
is
. Thus,
, and
. We are looking for
. The maximum possible value of
.
Solution 3
Again, the midpoint of line segment
is at
. Let
be the point
, which lies along the line through
of slope
. The area of triangle
can be computed in a number of ways (one possibility: extend
until it hits the line
, and subtract one triangle from another), and each such calculation gives an area of 14. This is
of our needed area, so we simply need the point
to be 5 times as far from
as
is. Thus
, and the sum of coordinates will be larger if we take the positive value, so
and the answer is
.
See also
2005 AIME I (Problems • Answer Key • Resources) | ||
Preceded by Problem 9 |
Followed by Problem 11 | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 | ||
All AIME Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.