For odd integers $a,b,c$ line $ax+by+c=0$ cannot intersect parabola $y=x^2$ in a rational point(where both abscissa and ordinate are rational numbers.)
We need to solve the equation of the line $ax+by+c=0$ with the parabola $y=x^2$.
Put $y=x^2$ in the equation $ax+by+c=0$,we get $bx^2+ax+c=0$,
Now we need to check whether the discriminant of the quadratic equation is a perfect square or not.
Discriminant $=a^2-4bc$
As $a,b,c$ are odd integers,let $a=2k_1+1,b=2k_2+1,c=2k_3+1$
Discriminant $=a^2-4bc=(2k_1+1)^2-4(2k_2+1)(2k_3+1)$
$=4k_1^2+4k_1-16k_2k_3-8k_2-8k_3-3$
But I do not know whether $4k_1^2+4k_1-16k_2k_3-8k_2-8k_3-3$ is a perfect square or not
Proof by contradiction:
Assume that $bx^2 + ax + c = 0$ has rational roots and $a$, $b$, and $c$ are odd. This means that there exists four integers, $k_1$, $k_2$, $k_3$, and $k_4$ such that:
\begin{align} bx^2 + ax + c =&\ (k_1x + k_2)(k_3x + k_4)\\ =&\ k_1k_3x^2 + (k_1k_4 + k_2k_3)x + k_2k_4 \end{align}
Because $b$ and $c$ must be odd, we can assume that $k_1$, $k_2$, $k_3$, and $k_4$ must all be odd (since $k_1k_3 = b$ must be odd and $k_2k_4 = c$ must be odd). If all of those are odd, then $k_1k_4$ is odd and $k_2k_3$ is odd and therefore $k_1k_4 + k_2k_3 = a$ must be even since an odd plus an odd results in an even number.
This is a contradiction to the assumption that $a$ is odd, and thus it cannot be the case that $a$, $b$, and $c$ are odd and you have a rational intersection.