What is the largest three-digit integer that can be written in the form
where
is an integer?
This problem is not original.This problem is part of this set .
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.
the form n+√n can be written by taking √n as a common factor, it becomes √n (√n+1) .. which means that now we are looking for 2 consecutive numbers that their product is the maximum three digit number we can get .. by trying we find that the largest three digit number can be obtained by 31 32 .. now all what we need to do is to raise 31 to the second power so it becomes 961 and this is our n