2014 AMC 12A Problems/Problem 25
Problem
The parabola has focus
and goes through the points
and
. For how many points
with integer coordinates is it true that
?
Solution
The parabola is symmetric through , and the common distance is
, so the directrix is the line through
and
, which is the line
Using the point-line distance formula, the parabola is the locus
which rearranges to
.
Let ,
. Put
to obtain
and accordingly we find by solving the system that
and
.
One can show that the values of that make
an integer pair are precisely odd integers
.* For
this is
, so
values work and the answer is
.
(Solution by C-273)
- You can do this by noting 2 has to divide
, so
is congruent to 3 modulo 2. Dividing by 3 (since 2 and 3 are coprime),
is odd, so
must be odd. - (Orion 2010)
Solution 2
The axis of is inclined at an angle
relative to the coordinate axis, where
. We rotate the coordinate axis by angle
anti-clockwise, so that the parabola now has a vertical symmetry axis relative to the rotated coordinates. Let
be the coordinates in the rotated system. Then
and
are related by
In the rotated coordinate system, the parabola has focus at
and the two points on it are at
and
. Therefore, the directrix is
; we can, WLOG, choose
. For a point on the parabola, it is equidistant from the focus and directrix, so the equation of the parabola is
From
we have
, so we need
. Substituting
in
, we get
For
to be an integer
must be a multiple of 5; setting
we get
Now we need
to be odd, i.e.
is an odd multiple of
, in which case we get
, which is also an integer. The values that satisfy the given conditions correspond to
, and there are
such numbers.
(Solution by Shaddoll)
Video Solution by Richard Rusczyk
https://artofproblemsolving.com/videos/amc/2014amc12a/384
See Also
2014 AMC 12A (Problems • Answer Key • Resources) | |
Preceded by Problem 24 |
Followed by Last Question |
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 |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.
1) The line of symmetry is NOT y= -x but 4x + 3y = 0
2) In the expression for x, it is NOT 8 but 8k.
With these minor corrections, the solution still holds good.