The numbers 1 through (inclusive) are separated into 2 bins.
For each bin, no two different numbers in it can multiply together to form a square number.
What is the largest for which this is possible?
If you think the answer is infinite, please put 99999 as your answer.
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 numbers 1-8 can be separated in the following way::
Now, once we get to 9, there is no solution. Consider only the numbers 1, 4, and 9. No two of them can be placed in the same bin since the product of any two is a square. Therefore, you would need at least 3 bins to accommodate them.
Therefore, 8 is the highest value for n .