Need tips on how to think on solving the question:
Show that if $n^3-7n^2 + n$ is an odd number then $n$ is an odd number.
Need tips on how to think on solving the question:
Show that if $n^3-7n^2 + n$ is an odd number then $n$ is an odd number.
On
Proof by cases:
Since $n$ is an integer, $n$ can be either even or odd.
If $n$ is even, then $(even)^3-7(even)^2+(even)$, which must produce an even result.
Since $n\ne even$ because $n^3-7n^2+n=odd$, $n$ must also be odd.
Thus, if $n^3-7n^2+n$ produces an odd number, $n$ is also an odd number.
On
Note that given:
$f(n) = n^3 - 7n^2 + n = n(n^2 - 7n + 1); \tag 1$
if $n$ is even, then $f(n)$ must be even since by (1), $n \mid f(n)$ and $2 \mid n$; therefore, $f(n)$ odd precludes the case $n$ even, so $n$ must then be odd.
So I guess the way to think about it is to observe, if possible, that the factorization of $f(n)$ given in (1) holds.
Hint. An odd number times an odd number is an odd number; an even number times either an even number or an odd number is an even number. So, if $n$ is odd, then
Then consider what happens if $n$ is even. Finally, consider that as a logical rule of inference,
$$\text{"If $n^3-7n^2+n$ is an odd number then $n$ is an odd number"}$$
is equivalent to
$$\text{"If $n$ is an even number then $n^3-7m^2+n$ is an even number"}$$
(that is to say, the contrapositive of a statement is logically equivalent to that statement). Can you put the pieces together into the desired demonstration?