Find Perfect Square: Prime p & q Values

  • Thread starter Thread starter Euler_Euclid
  • Start date Start date
Euler_Euclid
Messages
10
Reaction score
0
Find all values of p and q if p and q are prime numbers, p^2 + q^2 + 7pq is a perfect square.
 
Mathematics news on Phys.org
(p, p), (3, 11), (11, 3) all work. I'd suggest trying the equation mod 4 or 36 to see if you can rule out others.
 
please explain the whole solution. It was an Olympiad question and all of my friends couldn't do it.
 
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 /> =&gt; 5 + 2q = p(q-2)<br /> =&gt; p = \frac{2q+5}{q-2} = 2 + \frac{9}{q - 2}
<br /> =&gt; 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)
 
Nice solution praharmitra. I saw the decomposition as well but didn't complete the solution since I didn't analyze the small cases at first. I have to remember that even/odd parity analysis is always a good first step in number theory equations.
 

Similar threads

  • · Replies 7 ·
Replies
7
Views
1K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 4 ·
Replies
4
Views
1K
  • · Replies 1 ·
Replies
1
Views
1K