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 coordinates is it true that $|4x+3y|\le 1000$
$A:38 , B:40 C:42 D:44 E:46$
My idea:
maybe this $(x,y)$ such $$\sqrt{x^2+y^2}=\dfrac{|3x-4y-25|}{5}$$ $$25(x^2+y^2)=9x^2+16y^2-24xy-150x+200y+625$$ $$\Longrightarrow 16x^2+9y^2+24xy+150x-200y=625$$
Then I can't, Thank you very much