2014 AMC 12A Problems/Problem 25

Revision as of 20:38, 7 February 2014 by Infiniteturtle (talk | contribs) (Created page with "==Problem== The parabola <math>P</math> has focus <math>(0,0)</math> and goes through the points <math>(4,3)</math> and <math>(-4,-3)</math>. For how many points <math>(x,y)\in...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Problem

The parabola $P$ has focus $(0,0)$ and goes through the points $(4,3)$ and $(-4,-3)$. For how many points $(x,y)\in P$ with integer coefficients is it true that $|4x+3y|\leq 1000$?

$\textbf{(A) }38\qquad \textbf{(B) }40\qquad \textbf{(C) }42\qquad \textbf{(D) }44\qquad \textbf{(E) }46\qquad$

Solution

The parabola is symmetric through $y=-x$, and the common distance is $5$, so the directrix is the line through $(1,7)$ and $(-7,1)$. That's the line \[3x-4y = -25.\] Using the point-line distance formula, the parabola is the locus \[x^2+y^2 = \frac{\left\lvert 3x-4y+25 \right\rvert^2}{3^2+4^2}\] which rearranges to $(4x+3y)^2 = 25(6x-8y+25)$.

Let $m = 4x+3y \in \mathbb Z$, $\left\lvert m \right\rvert \le 1000$. Put $m = 25k$ to obtain \[ \begin{align*} 25k^2 &= 6x-8y+25 \\ 25k &= 4x+3y. \end{align*} \] and accordingly we find by solving the system that $x = \frac{1}{2} (3k^2-3) + 8$ and $y = -2k^2+3k+2$.

One can show that the values of $k$ that make $(x,y)$ an integer pair are precisely odd integers $k$. For $\left\lvert 25k \right\rvert \le 1000$ this is $k= -39,-37,-35,\dots,39$, so $40$ values work and the answer is $\boxed{\textbf{(B)}}$.

(Solution by v_Enhance)