Difference between revisions of "2018 AIME II Problems/Problem 12"
(→Solution 3 (With yet another way to get the middle point)) |
(→Solution 1) |
||
Line 2: | Line 2: | ||
Let <math>ABCD</math> be a convex quadrilateral with <math>AB = CD = 10</math>, <math>BC = 14</math>, and <math>AD = 2\sqrt{65}</math>. Assume that the diagonals of <math>ABCD</math> intersect at point <math>P</math>, and that the sum of the areas of triangles <math>APB</math> and <math>CPD</math> equals the sum of the areas of triangles <math>BPC</math> and <math>APD</math>. Find the area of quadrilateral <math>ABCD</math>. | Let <math>ABCD</math> be a convex quadrilateral with <math>AB = CD = 10</math>, <math>BC = 14</math>, and <math>AD = 2\sqrt{65}</math>. Assume that the diagonals of <math>ABCD</math> intersect at point <math>P</math>, and that the sum of the areas of triangles <math>APB</math> and <math>CPD</math> equals the sum of the areas of triangles <math>BPC</math> and <math>APD</math>. Find the area of quadrilateral <math>ABCD</math>. | ||
+ | |||
+ | ==Diagram== | ||
+ | |||
+ | Let <math>AP=x</math> and let <math>PC=\rho x</math>. Let <math>[ABP]=\Delta</math> and let <math>[ADP]=\Lambda</math>. | ||
+ | <asy> | ||
+ | size(300); | ||
+ | defaultpen(linewidth(0.4)+fontsize(10)); | ||
+ | pen s = linewidth(0.8)+fontsize(8); | ||
+ | |||
+ | pair A, B, C, D, P; | ||
+ | |||
+ | A = origin; | ||
+ | D = (2*sqrt(65), 0); | ||
+ | B = 10*dir(85); | ||
+ | C = D + 10*dir(97.5); | ||
+ | P = extension(A,C,B,D); | ||
+ | |||
+ | draw(A--B--C--D--cycle, black+0.8); | ||
+ | draw(A--C^^B--D); | ||
+ | |||
+ | dot("$A$", A, SW); | ||
+ | dot("$B$", B, NW); | ||
+ | dot("$C$", C, NE); | ||
+ | dot("$D$", D, SE); | ||
+ | dot("$P$", P, S); | ||
+ | label("$10$", A--B, W); | ||
+ | label("$10$", C--D, E); | ||
+ | label("$14$", B--C, N); | ||
+ | label("$2\sqrt{65}$", A--D, S); | ||
+ | label("$x$", A--P, SE); | ||
+ | |||
+ | label("$\rho x$", P--C, SE); | ||
+ | label("$\Delta$", B--P/2, S); | ||
+ | label("$\Lambda$", D--P/2, 3*NW); | ||
+ | </asy> | ||
==Solution 1== | ==Solution 1== |
Revision as of 13:50, 29 November 2021
Contents
Problem
Let be a convex quadrilateral with
,
, and
. Assume that the diagonals of
intersect at point
, and that the sum of the areas of triangles
and
equals the sum of the areas of triangles
and
. Find the area of quadrilateral
.
Diagram
Let and let
. Let
and let
.
Solution 1
For reference, , so
is the longest of the four sides of
. Let
be the length of the altitude from
to
, and let
be the length of the altitude from
to
. Then, the triangle area equation becomes
What an important finding! Note that the opposite sides and
have equal length, and note that diagonal
bisects diagonal
. This is very similar to what happens if
were a parallelogram with
, so let's extend
to point
, such that
is a parallelogram. In other words,
and
Now, let's examine
. Since
, the triangle is isosceles, and
. Note that in parallelogram
,
and
are congruent, so
and thus
Define
, so
.
We use the Law of Cosines on and
:
Subtracting the second equation from the first yields
This means that dropping an altitude from to some foot
on
gives
and therefore
. Seeing that
, we conclude that
is a 3-4-5 right triangle, so
. Then, the area of
is
. Since
, points
and
are equidistant from
, so
and hence
-kgator
Just to be complete -- and
can actually be equal. In this case,
, but
must be equal to
. We get the same result. -Mathdummy.
Solution 2 (Another way to get the middle point)
So, let the area of triangles
,
,
,
. Suppose
and
, then it is easy to show that
Also, because
we will have
So
So
So
So
As a result,
Then, we have
Combine the condition
we can find out that
so
is the midpoint of
~Solution by (Frank FYC)
Solution 3 (With yet another way to get the middle point)
Denote by
. Then
.
Using the formula for the area of a triangle, we get
so
Hence
(note that
makes no difference here).
Now, assume that
,
, and
. Using the cosine rule for
and
, it is clear that
or
Likewise, using the cosine rule for triangles
and
,
It follows that
Since
,
which simplifies to
Plugging this back to equations
,
, and
, it can be solved that
. Then, the area of the quadrilateral is
--Solution by MicGu
Solution 4
As in all other solutions, we can first find that either or
, but it's an AIME problem, we can take
, and assume the other choice will lead to the same result (which is true).
From , we have
, and
, therefore,
By Law of Cosines,
Square
and
, and add them, to get
Solve,
,
-Mathdummy
See Also
2018 AIME II (Problems • Answer Key • Resources) | ||
Preceded by Problem 11 |
Followed by Problem 13 | |
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.