What is the largest integer for which is a perfect square ?
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.
n 2 + 6 6 n + 9 5 9 = m 2 = > n 2 + 2 . 3 3 n + 3 3 3 − 3 3 2 − 9 5 9 = m 2 = > ( n + 3 3 ) 2 − 2 0 4 8 = m 2 = > ( n + 3 3 ) 2 − m 2 = 2 0 4 8 = > ( n + m − 3 3 ) ( n − m + 3 3 ) = 2 0 4 8 = 2 1 1
For maximum value of n first should be maximum and second part should be minimum Both of these values should be even As m + n + 3 3 > m − n + 3 3 So, for the largest value of n we have to assign values
n + m + 3 3 = 1 0 2 4 and n − m + 3 3 = 2 .Adding these two we get n = 4 8 0