, , and are positive integers where:
is a perfect square. Find , and is the minimum possible perfect square in the sum above.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
It is clear that Q is odd, which means its square root would also be odd
lets look at some possible candidates for sqrt(Q)
clearly,
1,2,3,4 are rejected as minimum value of Q is 15
6,8 cannot be the solution (they are even)
5 and 7 would also be impossible (trial and error)
for 9 which means Q=81, put X=3, Y=1, Z=2
P.S. I know this is not a very good method, if anyone has got a different approach please let me know