once again a question on if my proof is correct, since the way it is written differs much with how the book proofs it. I know that the $n$ chosen does not make much of a difference in this case, I am mostly doubting if the steps taken towards the conclusion are enough to prove $2n^2 - 5n + 2$ is prime
The Question given is :
"$\exists n \in \mathbb{Z}$ such that $2n^2 - 5n + 2$ is prime"
Here's the proof I have written :
Suppose an integer $n$
Let $n = 0$
Then by substitution $2n^2 - 5n + 2 = 2(0)^2-5(0)+2$
$=0-0+2$
$=2$, which is a prime number
$\therefore \exists n \in \mathbb{Z}$ such that $2n^2 - 5n + 2$ is prime, where $n=0$
This is the answer given in the solution book :
When $n = 3$,
Now put the value of $n = 3$ in equation $2n^2 - 5n + 2$,
This implies;
$2n^2 - 5n + 2 = 2(3)^2-5(3)+2$
$= 2(9)-15+2$
$= 18-13$
$= 5$
This implies;
$2n^2 - 5n + 2 = 5$
Here, $5$ is a prime number.
So,$2n^2 - 5n + 2$ is also prime.
Hence proved, there is an integer $n$ such that $2n^2 - 5n + 2$ is prime.