I have the following proof:
Suppose it was a perfect square, then $\exists k$ such that $p^2 + pq = k^2$.
We can rewrite this as $pq = k^2 - p^2 = (k - p)(k + p)$. Since $p$ is a prime number, it must divide either $(k - p)$ or $(k + p)$. However, if $p$ divides $(k - p)$, then $(k + p)$ must be a multiple of $q$, which is not possible since $p$ and $q$ are distinct prime numbers. Similarly, if $p$ divides $(k + p)$, then $(k - p)$ must be a multiple of $q$, which is also not possible. Therefore, our assumption that $p^2 + pq$ is a perfect square leads to a contradiction, and we can conclude that $p^2 + pq$ is not a perfect square.
Is this proof correct? It feels a little weird and I don't know why