1998 AHSME Problems/Problem 25
Problem
A piece of graph paper is folded once so that
is matched with
, and
is matched with
. Find
.
Solution
The line of the fold is the perpendicular bisector of the segment that connects
and
.
The point
is the image of the point
according to this axis.
The situation looks as follows.
![[asy] size(200); defaultpen(0.8); pair A=(0,2), B=(4,0), C=(7,3); pair u=(1,2), S=(A+B)*0.5; pair T = intersectionpoint(S -- (S+4*u), C -- (C+4*(A-B)) ); pair D = 2*T-C; draw (A--B); draw ( (S-u) -- (S+4*u), dashed ); draw ( S -- C, black, Arrow ); draw ( S -- D, black, Arrow ); draw ( C -- D, Dotted ); dot(A); dot(B); dot(C); dot(D); label("\(A(0,2)\)",A,SW); label("\(B(4,0)\)",B,S); label("\(S\)",S,WSW*1.3); label("\(T\)",T,ENE*1.3); label("\(C(7,3)\)",C,SE); label("\(D(m,n)\)",D,NE); [/asy]](http://latex.artofproblemsolving.com/c/d/3/cd3fd1075060b1feb59f7247a6f00a6dfe61b428.png)
Now, we will compute the coordinates of the point
, using the following facts:
- The triangles
and
are congruent. 
is positive
As the triangles
and
are congruent, their areas are equal. The area of the triangle
is
of the size of the vector product
, and the area of
is
of the size of
.
We get that
.
The equality remains valid if we multiply the vector
by any constant. In other words, instead of
we can use any vector with the same direction.
The axis of symmetry is perpendicular to
. Thus its direction is
.
We get that
.
Substituting the coordinates
and
we get
. This simplifies to
.
We just discovered that the coordinates of
are
. We will now use the second two facts mentioned above to find
.
We have
and therefore
. We know that
, and
. Simplifying, we get the equation
. This has exactly one positive root
.
It follows that
, and that
.
See also
| 1998 AHSME (Problems • Answer Key • Resources) | ||
| Preceded by Problem 24 |
Followed by Problem 26 | |
| 1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 • 16 • 17 • 18 • 19 • 20 • 21 • 22 • 23 • 24 • 25 • 26 • 27 • 28 • 29 • 30 | ||
| All AHSME Problems and Solutions | ||