Skip to main content

The Problem


Rearranging the equation gives us:

a=r223.

We will analyze three cases for r: r=3n, r=3n+1, and r=3n+2, where nN.

(a) For r=3n:

r22=(3n)22=9n22.
This expression is not divisible by 3, indicating that a solution with r=3n is not feasible.

(b) For r=3n+1:

r22=(3n+1)22=9n2+6n+12=9n2+6n1.
This expression is also not divisible by 3, so a solution with r=3n+1 is not possible.

(c) For r=3n+2:

r22=(3n+2)22=9n2+6n+42=9n2+6n+2.
This expression remains not divisible by 3, thus a solution with r=3n+2 is also not possible.

After examining all potential cases, we conclude that there are no integer solutions.

Note: While the equation r2=3a2 does have integer solutions for r=3n+1 and r=3n+2, it does not have solutions for r=3n.