Difference between revisions of "2022 AMC 12A Problems/Problem 20"
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
==Problem== | ==Problem== | ||
Isosceles trapezoid <math>ABCD</math> has parallel sides <math>\overline{AD}</math> and <math>\overline{BC},</math> with <math>BC < AD</math> and <math>AB = CD.</math> There is a point <math>P</math> in the plane such that <math>PA=1, PB=2, PC=3,</math> and <math>PD=4.</math> What is <math>\tfrac{BC}{AD}?</math> | Isosceles trapezoid <math>ABCD</math> has parallel sides <math>\overline{AD}</math> and <math>\overline{BC},</math> with <math>BC < AD</math> and <math>AB = CD.</math> There is a point <math>P</math> in the plane such that <math>PA=1, PB=2, PC=3,</math> and <math>PD=4.</math> What is <math>\tfrac{BC}{AD}?</math> | ||
Line 44: | Line 40: | ||
Let the point <math>P</math> be at the origin, and draw four concentric circles around <math>P</math> each with radius <math>1</math>, <math>2</math>, <math>3</math>, and <math>4</math>, respectively. The vertices of the trapezoid would be then on each of the four concentric circles. WLOG, let <math>BC</math> and <math>AD</math> be parallel to the x-axis. Assigning coordinates to each point, we have <cmath>A=(x_1,y_1)</cmath> <cmath>B=(x_2,y_2)</cmath> <cmath>C=(x_3,y_2)</cmath> <cmath>D=(x_4,y_1)</cmath> which satisfy the following: | Let the point <math>P</math> be at the origin, and draw four concentric circles around <math>P</math> each with radius <math>1</math>, <math>2</math>, <math>3</math>, and <math>4</math>, respectively. The vertices of the trapezoid would be then on each of the four concentric circles. WLOG, let <math>BC</math> and <math>AD</math> be parallel to the x-axis. Assigning coordinates to each point, we have <cmath>A=(x_1,y_1)</cmath> <cmath>B=(x_2,y_2)</cmath> <cmath>C=(x_3,y_2)</cmath> <cmath>D=(x_4,y_1)</cmath> which satisfy the following: | ||
− | \begin{ | + | \begin{equation} |
− | x_1^2 + y_1^2 | + | x_1^2 + y_1^2 = 1 |
− | x_2^2 + y_2^2 | + | x_2^2 + y_2^2 = 4 |
− | x_3^2 + y_2^2 | + | x_3^2 + y_2^2 = 9 |
− | x_4^2 + y_1^2 | + | x_4^2 + y_1^2 = 16 |
− | \end{ | + | \end{equation} |
In addition, because the trapezoid is isosceles (<math>AB=CD</math>), the midpoints of the two bases would then have the same x-coordinate, giving us | In addition, because the trapezoid is isosceles (<math>AB=CD</math>), the midpoints of the two bases would then have the same x-coordinate, giving us | ||
− | \begin{ | + | \begin{equation} |
− | x_1 + x_4 | + | x_1 + x_4 = x_2 + x_3 |
− | \end{ | + | \end{equation} |
Subtracting Equation <math>2</math> from Equation <math>3</math>, and Equation <math>1</math> from Equation <math>4</math>, we have | Subtracting Equation <math>2</math> from Equation <math>3</math>, and Equation <math>1</math> from Equation <math>4</math>, we have | ||
− | \begin{ | + | \begin{equation} |
− | x_3^2 - x_2^2 | + | x_3^2 - x_2^2 = 5 |
− | x_4^2 - x_1^2 | + | x_4^2 - x_1^2 = 15 |
− | \end{ | + | \end{equation} |
Dividing Equation <math>6</math> by Equation <math>7</math>, we have | Dividing Equation <math>6</math> by Equation <math>7</math>, we have |
Revision as of 13:41, 12 November 2022
Contents
Problem
Isosceles trapezoid has parallel sides
and
with
and
There is a point
in the plane such that
and
What is
Solution 1
Consider the reflection of
over the perpendicular bisector of
, creating two new isosceles trapezoids
and
. Under this reflection,
,
,
, and
. By Ptolmey's theorem
Thus
and
; dividing these two equations and taking the reciprocal yields
.
Solution 2 (Coordinate Bashing)
Since we're given distances and nothing else, we can represent each point as a coordinate and use the distance formula to set up a series of systems and equations.
Let the height of the trapezoid be , and let the coordinates of
and
be at
and
, respectively. Then let
and
be at
and
, respectively. This follows the rules that this is an isosceles trapezoid since the origin is centered on the middle of
. Finally, let
be located at point
.
The distance from to
is
, so by the distance formula:
The distance from
to
is
, so
Looking at these two equations alone, notice that the second term is the same for both equations, so we can subtract the equations. This yields
Next, the distance from to
is
, so
The distance from
to
is
, so
Again, we can subtract these equations, yielding
We can now divide the equations to eliminate , yielding
We wanted to find . But since
is half of
and
is half of
, this ratio is equal to the ratio we want.
Therefore
~KingRavi
Solution 3 (Cheese)
Notice that the question never says what the height of the trapezoid is; the only property we know about it is that . Therefore, we can say WLOG that the height of the trapezoid is
and all
points, including
, lie on the same line with
. Notice that this satisfies the problem requirements because
, and
.
Now all we have to find is
~KingRavi
Solution 4 (Coordinate Bashing 2)
Let the point be at the origin, and draw four concentric circles around
each with radius
,
,
, and
, respectively. The vertices of the trapezoid would be then on each of the four concentric circles. WLOG, let
and
be parallel to the x-axis. Assigning coordinates to each point, we have
which satisfy the following:
\begin{equation}
x_1^2 + y_1^2 = 1
x_2^2 + y_2^2 = 4
x_3^2 + y_2^2 = 9
x_4^2 + y_1^2 = 16
\end{equation}
In addition, because the trapezoid is isosceles (
), the midpoints of the two bases would then have the same x-coordinate, giving us
\begin{equation}
x_1 + x_4 = x_2 + x_3
\end{equation}
Subtracting Equation
from Equation
, and Equation
from Equation
, we have
\begin{equation}
x_3^2 - x_2^2 = 5
x_4^2 - x_1^2 = 15
\end{equation}
Dividing Equation by Equation
, we have
Cancelling and
with Equation
, we then arrive at
i.e.
Video Solution By ThePuzzlr
~ MathIsChess
Video Solution
~Steven Chen (Professor Chen Education Palace, www.professorchenedu.com)
Video Solution by OmegaLearn using Pythagorean Theorem
~ pi_is_3.14
See also
2022 AMC 12A (Problems • Answer Key • Resources) | |
Preceded by Problem 19 |
Followed by Problem 21 |
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 | |
All AMC 12 Problems and Solutions |
2022 AMC 10A (Problems • Answer Key • Resources) | ||
Preceded by Problem 22 |
Followed by Problem 24 | |
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 | ||
All AMC 10 Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.