Alice says, "Whoa, look! I can put together these 13 squares to make a bigger square."
What is the largest such that we cannot put together squares (of any size) to form a square?
If you think the answer is infinite, please put the answer as 99999.
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.
For positive n , you can construct a solution for the following two cases:
The first one is done by drawing a square, then drawing n squares along each of two adjacent edges and 1 at the corner.
The second one can be done by taking any arrangement of n squares that forms a square and subdividing one square into 4 parts which will add 3 to the total square count.
This means that you are good to go for all even N > 2 :
And, you can add three to any of those, giving you:
Now that you have a sequence of three (namely 6 , 7 and 8 ) you can make any higher number by adding 3 to the lowest of the three, in this case 6 , giving you 9 , producing a new sequence of three ( 7 , 8 and 9 ). Rinse wash and repeat! :)
The only numbers that can't be constructed in this way, then, are 2 , 3 , and 5 , the largest of which is 5
And after playing around with these three numbers I convinced myself (without a rigorous proof... :-/ ) that there was no way to construct a square with any of these numbers of squares.
For more examples of squares in squares, see http://www.squaring.net .