My thinking was that if I divided the entire equation by $a$, then the roots would have to sum to $b/a$ and multiply to $c/a$. We can assume for the case that a divides b and c. This means that $c/a$ would be an odd integer, because an odd divided by an odd is still odd. Therefore, the two roots would have to be odd, and they would sum to an even integer b, which is a contradiction. I am not sure how to prove the case where a doesn't divide b or c.
2026-04-12 19:08:55.1776020935
Prove that if all $a,b,c$ are odd integers, then $ax^2+bx+c=0$ has no rational roots.
777 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
4
Suppose $p/q$ is a rational root, with $p,q$ coprime. Now $p\mid c$ and $q\mid a$, i.e., they are odd. Hence $$ ap^2+bpq+cq^2=0 $$ which is impossible, since an odd sum of odd integers is odd.