The two cases we must prove are x is even and x is odd. We will prove \(ax^2+bx+c\) is odd for both cases to show that it cannot be equal to zero.
We will use the previously proved proposition "Two integers have the same parity if and only if their sum is even" to show that the sum of an even and an odd number is odd.
If the previous propositon is true, then the proposition "two integers have opposite parity if and only if their sum is odd". (\(P \leftrightarrow Q \equiv \neg P \leftrightarrow \neg Q\))
We will then use this statement and its negation to show that the sum of three odds is odd. this is equivilant to two odds added, which is even, added to another odd which is the opposite parity making the total sum odd.
(i) If x is even, then \(x=2k\).
\[
\begin{align}
ax^2+bx+c &= a(2k)^2+b \cdot 2k+c \\
&=4k^2a+2kb+c \\
&=2 \cdot(k^2a+kb)+c\\
\end{align}
\]
Since this takes the form \(2 \cdot int+odd\), \(ax^2+bx+c \) is odd
(ii) If x is odd, \(x=2k+1\).
\[
\begin{align}
ax^2+bx+c &= a(2k+1)^2+b(2k+1)+c\\
&=a(4k^2+4k+1)+2kb+b+c\\
&=(a+b+c)+2 \cdot(2k^2a+2ka+kb)
\end{align}
\]
Therefore \(2 \cdot(2k^2a+2ka+kb)+(a+b+c)\) is in the form \(2 \cdot int+odd\) and is odd