p^2 + 7pq + q^2
For p = q, it reduces to 9p^2 = (3p)^2. It therefore is a perfect square.
You can put p = 2 and show that only q = 2 gives a feasible solution, which is covered in p = q. Thus, we conclude that p,q are both odd, and hence the value of the expression is odd
For other values
<br />
p^2 + 7pq + q^2 = (p+q)^2 + 5pq = k^2
<br />
5pq = k^2 - (p+q)^2 = (k - p - q)(k + p + q)<br />
Thus, since p and q are primes, the only possible solutions are
<br />
1.k-p-q = 5, k+p+q = pq<br />
From the above equations we get k = 5+p+q and hence
<br />
5+2p+2q = pq<br />
=> 5 + 2q = p(q-2)<br />
=> p = \frac{2q+5}{q-2} = 2 + \frac{9}{q - 2}
<br />
=> q - 2 = 1, 3, or 9<br />
This gives (p,q) = (11,3) or (5,5) or (3,11)
The other possibilites are
<br />
2. k-p-q = 5p, k+p+q = q(no solution)
<br />
3. k+p+q = 5, k-p-q = pq(no solution)
<br />
4. k+p+q = 5p, k-p-q = q(gives p = q)
Thus, the only possible solutions are (p,p), (3,11) and (11,3)