Difference between revisions of "2005 AIME I Problems/Problem 14"
m |
Anythgerund (talk | contribs) |
||
(11 intermediate revisions by 7 users not shown) | |||
Line 1: | Line 1: | ||
== Problem == | == Problem == | ||
− | Consider the | + | Consider the [[point]]s <math> A(0,12), B(10,9), C(8,0),</math> and <math> D(-4,7). </math> There is a unique [[square]] <math> S </math> such that each of the four points is on a different side of <math> S. </math> Let <math> K </math> be the area of <math> S. </math> Find the remainder when <math> 10K </math> is divided by <math>1000</math>. |
+ | __TOC__ | ||
== Solution == | == Solution == | ||
− | {{ | + | [[Image:2005_I_AIME-14.png|center]] |
+ | |||
+ | === Solution 1 === | ||
+ | Consider a point <math>E</math> such that <math>AE</math> is [[perpendicular]] to <math>BD</math>, <math>AE</math> intersects <math>BD</math>, and <math>AE = BD</math>. E will be on the same side of the square as point <math>C</math>. | ||
+ | |||
+ | Let the coordinates of <math>E</math> be <math>(x_E,y_E)</math>. Since <math>AE</math> is perpendicular to <math>BD</math>, and <math>AE = BD</math>, we have <math>9 - 7 = x_E - 0</math> and <math>10 - ( - 4) = 12 - y_E</math> | ||
+ | The coordinates of <math>E</math> are thus <math>(2, - 2)</math>. | ||
+ | |||
+ | Now, since <math>E</math> and <math>C</math> are on the same side, we find the slope of the sides going through <math>E</math> and <math>C</math> to be <math>\frac { - 2 - 0}{2 - 8} = \frac {1}{3}</math>. Because the other two sides are perpendicular, the slope of the sides going through <math>B</math> and <math>D</math> are now <math>- 3</math>. | ||
+ | |||
+ | Let <math>A_1,B_1,C_1,D_1</math> be the vertices of the square so that <math>A_1B_1</math> contains point <math>A</math>, <math>B_1C_1</math> contains point <math>B</math>, and etc. Since we know the slopes and a point on the line for each side of the square, we use the point slope formula to find the linear equations. Next, we use the equations to find <math>2</math> vertices of the square, then apply the distance formula. | ||
+ | |||
+ | We find the coordinates of <math>C_1</math> to be <math>(12.5,1.5)</math> and the coordinates of <math>D_1</math> to be <math>( - 0.7, - 2.9)</math>. Applying the distance formula, the side length of our square is <math>\sqrt {\left( \frac {44}{10} \right)^2 + \left( \frac {132}{10} \right)^2} = \frac {44}{\sqrt {10}}</math>. | ||
+ | |||
+ | Hence, the area of the square is <math>K = \frac {44^2}{10}</math>. The remainder when <math>10K</math> is divided by <math>1000</math> is <math>936</math>. | ||
+ | |||
+ | === Solution 2 === | ||
+ | Let <math> (a,b)</math> denote a [[normal vector]] of the side containing <math> A</math>. Note that <math>\overline{AC}, \overline{BD}</math> intersect and hence must be opposite [[vertex|vertices]] of the square. The lines containing the sides of the square have the form <math> ax+by=12b</math>, <math> ax+by=8a</math>, <math> bx-ay=10b-9a</math>, and <math> bx-ay=-4b-7a</math>. The lines form a square, so the distance between <math>C</math> and the line through <math>A</math> equals the distance between <math>D</math> and the line through <math>B</math>, hence <math> 8a+0b-12b=-4b-7a-10b+9a</math>, or <math>-3a=b</math>. We can take <math>a=-1</math> and <math>b=3</math>. So the side of the square is <math>\frac{44}{\sqrt{10}}</math>, the area is <math>K=\frac{1936}{10}</math>, and the answer to the problem is <math>\boxed{936}</math>. | ||
+ | |||
+ | === Solution 3 === | ||
+ | Let <math>\begin{bmatrix} a \\ b \end{bmatrix}</math> be the unit vector parallel to one side of the square. The unit vector parallel to the perpendicular side is then <math>\begin{bmatrix} b \\ -a \end{bmatrix}</math>. The dot product of a diagonal of quadrilateral <math>ABCD</math> with the corresponding unit vector gives the side length. Since the side lengths of the square are equal, <math>\overrightarrow{DB}\cdot \begin{bmatrix} a \\ b \end{bmatrix}= \overrightarrow{AC}\cdot \begin{bmatrix} b \\ -a \end{bmatrix}</math>. Plugging in <math>\overrightarrow{AC}=\begin{bmatrix} 8 \\ -12 \end{bmatrix}</math> and <math>\overrightarrow{DB}=\begin{bmatrix} 14 \\ 2 \end{bmatrix}</math> yields <math>a=3b</math>. Since <math>\begin{bmatrix} a \\ b \end{bmatrix}</math> is a unit vector, it is equal to <math>\begin{bmatrix} \frac{3}{\sqrt{10}} \\ \frac{1}{\sqrt{10}} \end{bmatrix}</math>. Taking the dot product with <math>\overrightarrow{DB}</math> gives the side length, which is <math>\frac {44}{\sqrt {10}}</math>, so the area is <math>\frac {44^2}{10}</math>, and the answer is <math>\boxed{936}</math>. | ||
+ | |||
== See also == | == See also == | ||
− | + | {{AIME box|year=2005|n=I|num-b=13|num-a=15}} | |
− | |||
− | |||
[[Category:Intermediate Geometry Problems]] | [[Category:Intermediate Geometry Problems]] | ||
+ | {{MAA Notice}} |
Latest revision as of 16:35, 6 August 2025
Problem
Consider the points and
There is a unique square
such that each of the four points is on a different side of
Let
be the area of
Find the remainder when
is divided by
.
Solution
Solution 1
Consider a point such that
is perpendicular to
,
intersects
, and
. E will be on the same side of the square as point
.
Let the coordinates of be
. Since
is perpendicular to
, and
, we have
and
The coordinates of
are thus
.
Now, since and
are on the same side, we find the slope of the sides going through
and
to be
. Because the other two sides are perpendicular, the slope of the sides going through
and
are now
.
Let be the vertices of the square so that
contains point
,
contains point
, and etc. Since we know the slopes and a point on the line for each side of the square, we use the point slope formula to find the linear equations. Next, we use the equations to find
vertices of the square, then apply the distance formula.
We find the coordinates of to be
and the coordinates of
to be
. Applying the distance formula, the side length of our square is
.
Hence, the area of the square is . The remainder when
is divided by
is
.
Solution 2
Let denote a normal vector of the side containing
. Note that
intersect and hence must be opposite vertices of the square. The lines containing the sides of the square have the form
,
,
, and
. The lines form a square, so the distance between
and the line through
equals the distance between
and the line through
, hence
, or
. We can take
and
. So the side of the square is
, the area is
, and the answer to the problem is
.
Solution 3
Let be the unit vector parallel to one side of the square. The unit vector parallel to the perpendicular side is then
. The dot product of a diagonal of quadrilateral
with the corresponding unit vector gives the side length. Since the side lengths of the square are equal,
. Plugging in
and
yields
. Since
is a unit vector, it is equal to
. Taking the dot product with
gives the side length, which is
, so the area is
, and the answer is
.
See also
2005 AIME I (Problems • Answer Key • Resources) | ||
Preceded by Problem 13 |
Followed by Problem 15 | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 | ||
All AIME Problems and Solutions |
These problems are copyrighted © by the Mathematical Association of America, as part of the American Mathematics Competitions.