Processing math: 100%

Saturday, January 9, 2021

Can't cut squares from here (in the thickest Mainer accent imaginable)

Consider a generic square. It can be subdivided into smaller sub-squares, not necessarily of equal size so that the smaller squares do not overlap. For example, you can slice the big square into four smaller squares, each a quarter of the area of the big square. Or you could slice it into seven squares, if you take one of those four squares and slice it into four yet smaller squares.

What whole numbers of squares can you not slice the big square into?

Let S be the set of whole numbers nN, where the original big square can be partitioned into n not necessarily equally sized smaller squares. The problem setup provides a hint that shows that for any nS, by taking any single smaller square and dividing it equally into 4 even smaller squares, we end up with n+3 subsquares, so nSn+3S. So in particular, since 1S (just the original square with no further cuts), we have (3N+1)S.

However, we needn't focus solely on subdividing into 4 equally sized sub-squares. For instance for any kN we can subdivide into k2 equally sized sub-squares by equally dividing the length and width of the original square into k segments and forming a k by k grid of subsquares. In this case, for any nS, we can take any sub-square and replace it with k2 smaller sub-squares, getting n+k21 total sub=squares. In particular, for k=3, we get (8N+1)S, which implies that for instance 9S and 17S.

Since 90mod3, by further subdividing squares into equal quarter squares, we get that any multiple of 3 greater than or equal to 9 is included in S. That is, (3N{0,3,6})S. Similarly, since 172mod3, we get that ((3N+2){2,5,8,11,14})S. So since all remainders with respect to 3 are covered for large enough values, we see that S=(3N+1)(3N{0,3,6})((3N+2){2,5,8,11,14})=N{2,3,5,6,8,11,14}.

Thus the complement of S is given by SC={2,3,5,6,8,11,14}.

1 comment:

  1. The missing piece to the puzzle here as per the solution was to consider that you can make any number of the form 2 + 2n, by starting with an (n+1) x (n+1) grid of sub-squares, then choosing for instance the n x n subgrid in e.g. the lower right corner to consolidate into one large square. This leaves 2n+1 additional smaller squares plus your one large nxn square. This will take care of 6, 8, and 14 and by extension you can eliminate 11 = 8 + 3 as well.

    ReplyDelete