I am having trouble with this tricky question on number theory and quadratic equations.
If $a$ and $c$ are odd prime numbers and $ax^2+bx+c=0$ has rational roots, where $b\in I$, then prove that one root of the equation will be independent of $a$ and $b$.
So I thought of trying the following way:
If it has rational roots (say $u$ and $m$) then $u . m = a . c$ and u + m = b. As $a$ and $c$ are prime, $a + c = b$, and plugging this into the quadratic formula, we get one root will always be $-1$.
I am not sure if this proof is correct or if my final value is correct. Could someone please give a detailed proof?
P.S.: I couldn’t find any examples regarding my question so if you do, please include them too.
Thank You.
I think you are almost correct (assuming you mean by $I$ the set of integers). The only thing you miss is that if $a,c$ are prime, then you have $a+c=\pm b$ (which follows from the fact that $b^2-4ac$ must be the square of a rational number), so the possible values are $\pm 1$. You can get as many examples as you want just from the formula $a+c=\pm b$ you have (e.g. $(a,b,c)=(3,\pm 8,5)$).
P.s. Your formulas u * m = a * c and u + m = b look wrong, but if you have $a+c=\pm b$, your quadratic equation is just $ax^2 \pm (a+c) x + c =0$, which you can just solve and is essentially the same as using the formula you want to apply.