Respuesta :
Solving the expression, it is found a counterexample that when [tex]n = 1[/tex], [tex]n^2 + 1 = 2[/tex] is even.
----------------------
- The expression given is:
[tex]E(n) = n^2 + 1[/tex]
- We want to test for every integer n, that E(n) is odd.
----------------------
For n = 0:
[tex]E(0) = 0^2 + 1 = 0 + 1 = 1[/tex]
Odd number.
----------------------
For n = 1:
[tex]E(1) = 1^2 + 1 = 1 + 1 = 2[/tex]
Even, thus, this is the counterexample.
A similar problem is given at https://brainly.com/question/17784562