13
$\begingroup$

Can a 10 * 10 square be paved with 1*4 rectangular stone plates?

I seek a very intuitive and simple answer to this puzzle.

P.S. Will post the source later. The source contains the answer but it is not very intuitive.

$\endgroup$
2
  • 1
    $\begingroup$ I take it that "stone" is intended to disqualify a non-rigid plate. $\endgroup$ Commented 2 days ago
  • $\begingroup$ Glad to see this sort of puzzle: My first puzzle which is also about reveal spoilercoloring and numbering brought me interest to this puzzling SE. $\endgroup$ Commented 44 mins ago

9 Answers 9

25
$\begingroup$

A very simple approach is to tile the 10x10 square

with alternating 2x2 squares of +1 and -1:

In the picture +1 and -1 are abbreviated + and -:

    + + - - + + - - + +
    + + - - + + - - + +
    - - + + - - + + - -
    - - + + - - + + - -
    + + - - + + - - + +
    + + - - + + - - + +
    - - + + - - + + - -
    - - + + - - + + - -
    + + - - + + - - + +
    + + - - + + - - + +
 

Every 1x4 or 4x1 tile covers

2 + and 2 -. The net total under each such tile is therefore zero and the same must hold for the area covered by any number of 1x4 and 4x1 tiles.

But there are 5x5 = 25, an odd number, of 2x2 squares meaning that they can't split evenly between + and -. The overall sum cannot be zero (it is +4) and hence a tiling cannot exist.

$\endgroup$
22
$\begingroup$

The following feels intuitive enough to me. Colour the grid as follows.

 R G B Y R G B Y R G
 Y R G B Y …
 B Y R G B …
 …

It’s clear that whichever way you place a 1 × 4 tile, it covers all four colours. But the number of R cells is larger than the number of B cells, so the grid can’t be tiled.

$\endgroup$
3
  • $\begingroup$ What's an easy strategy to color the 10 * 10 square so that there is R G B Y in every 4 consecutive squares ? $\endgroup$ Commented yesterday
  • $\begingroup$ @HemantAgarwal. I explained this in a comment before but it was deleted. I’ll explain again. Consider an infinite square grid and pick a row. In that row, colour the cells …RGBYRGBY… extended on both sides. In the row below it, follow the same pattern but offset by one step to the right, and so on. In the row above it, do the same but offset to the left, and so on. This colouring ensures that any 1 × 4 tile covers exactly four colours. Now pick any 10 × 10 part of this coloured infinite square grid with an R in the top left corner. This gives the colouring in the answer. $\endgroup$ Commented yesterday
  • $\begingroup$ @HemantAgarwal. In any case, I like this answer by Albert.Lang much more than mine: puzzling.stackexchange.com/a/135188/95437. It’s certainly simpler than mine. $\endgroup$ Commented yesterday
16
$\begingroup$

A proof without a colouring is as follows:

Every row must intersect 2,6 or 10 vertical tiles. In particular, the number of vertical tiles is even.

By the same token the number of horizontal tiles is even. But the total number of tiles must be 25, an odd number and a contradiction.

Addendum: @Mark Amery kindly expands on the first step noting it "[...] left a lot of work to the reader [...]".

[B]ase case[:] [...] the number of vertical tiles starting on the bottommost "rung" (i.e. starting from the bottom of the grid) must be even. [A]nd then we apply [...] as an inductive step [...] that the number of vertical tiles starting from every other rung is also even [...] since it has an even difference from the even number on the previous [but three] rung. [W]e conclude that the total number of vertical tiles, as a sum of even numbers, must be even.

$\endgroup$
7
  • $\begingroup$ "In particular, the number of vertical tiles is even." That's true but is it obvious? Like it's not true on a toroidal board. Is it easier than I'm thinking? $\endgroup$ Commented Dec 6 at 4:22
  • 2
    $\begingroup$ @TylerSeacrest the difference between any two rows is even. The number of vertical tiles starting at any level must therefore be even. $\endgroup$ Commented 2 days ago
  • $\begingroup$ @Albert.Lang I still don't understand. What is the "difference" between two rows? $\endgroup$ Commented yesterday
  • $\begingroup$ @MarkAmery the difference in number of vertical tiles intersecting two adjacent rows. This equals the difference in numbers of vertical tiles starting in between the two rows and extending upwards and those sitting four rungs lower. $\endgroup$ Commented yesterday
  • 4
    $\begingroup$ @Albert.Lang Hmm... so we note (as our base case) that the number of vertical tiles starting on the bottommost "rung" (i.e. starting from the bottom of the grid) must be even, and then we apply the lemma you just stated as an inductive step to conclude that the number of vertical tiles starting from every other rung is also even (since it has an even difference from the even number on the previous rung), and then we conclude that the total number of vertical tiles, as a sum of even numbers, must be even. Okay, I am convinced! But crikey, you left a lot of work to the reader in your answer! $\endgroup$ Commented yesterday
14
$\begingroup$

Use the Integer-Rectangle Tiling Lemma:

Whenever a rectangle is tiled by rectangles each of which has at least one integer side, then the tiled rectangle has at least one integer side.

Scale down the sides in the puzzle from "Can a 10×10 square be tiled with 1×4 rectangles?" to "Can a 2.5×2.5 square be tiled with 0.25×1 rectangles?

Answer: NO (the big rectangle has no integer sides, but the small rectangles all do)

$\endgroup$
4
$\begingroup$

Here's an approach via linear programming, where the dual variables suggest a coloring that automatically yields a certificate of infeasibility.

For each possible $1 \times 4$ rectangle $r$, let binary decision variable $x_r$ indicate whether that rectangle is used. For each cell $(i,j)$, let binary decision variable $y_{ij}$ indicate whether that cell is uncovered. Let $R_{ij}$ be the set of rectangles that cover cell $(i,j)$. The problem is to minimize $$\sum_{i=1}^{10} \sum_{j=1}^{10} y_{ij}$$ subject to linear constraints \begin{align} \sum_{r \in R_{ij}} x_r + y_{ij} &= 1 &&\text{for $(i,j)\in [10]\times[10]$} \end{align} The minimum turns out to be $4$, meaning that $4$ cells are uncovered. The resulting optimal dual variables are: enter image description here

In this coloring, every $1 \times 4$ rectangle has sum $0$, but the entire grid has sum $4$ and so cannot be partitioned. Or just forget the numbers and note that each rectangle contains exactly one blue square; we need $25$ rectangles, but there are only $24$ blue squares.

An alternative optimal dual solution is: enter image description here

As in the previous coloring, for this coloring (which is the same as the one in the answer by @Albert.Lang), every $1 \times 4$ rectangle has sum $0$, but the entire grid has sum $4$ and so cannot be partitioned. Or just forget the numbers and note that each rectangle contains exactly two blue squares; we need $25$ rectangles ($50$ blue squares), but there are only $48$ blue squares.

$\endgroup$
3
$\begingroup$

Pranay answers the question, but upon further review you don't need an exact count of each color square. You need only to distinguish even from odd, making this a "parity check" puzzle.

Using Pranay's pattern

 R G B Y R G B Y R G
 Y R G B Y …
 B Y R G B …
 …

we note that

the diagonal rows of R squares each contain an even number (the longest such row is ten and others come in decrements of four), but to cover the grid we would need an odd number (25) of tiles each covering one R square.

$\endgroup$
2
$\begingroup$

The following well-known solution is so simple that it even does not need a coloring. :-)

Let $A$ be the square $[0,10]\times [0,10]$. Suppose for a contradiction that $A$ can be paved with $1\times 4$ rectangular plates $A_1,\dots, A_n$. Put $f(x,y)=\sin \frac\pi{2} x\cdot\sin \frac\pi{2} y$ for each $x,y\in A$. enter image description here

Then $$\int\int_A f(x,y)\, dx\, dy=\int_0^{10}\sin \frac\pi{2} x\, dx\cdot \int_0^{10} \sin \frac\pi{2} y\, dy =$$ $$\left(\frac {(-2)}{\pi}\cdot \cos\frac\pi{2} t{\Big|}_0^{10}\right)^2=\left(\frac {(-2)}{\pi}(\cos 5\pi-\cos 0)\right)^2=\left(\frac 4{\pi}\right)^2\ne 0.$$

On the other hand, we can similarly show that for each natural $i\le n$ we have $$\int\int_{A_i} f(x,y)\, dx\, dy=0.$$

But then $$0\ne \int\int_A f(x,y)\, dx\, dy = \int\int_{\bigcup_{i=1}^n A_i} f(x,y)\, dx\, dy=$$ $$\sum_{i=1}^n \int\int_{A_i} f(x,y)\, dx\, dy = \sum_{i=1}^n 0=0,$$ a contradiction.

$\endgroup$
5
  • $\begingroup$ @vallev Thanks for adding the graph of the function $f(x,y)$. Concerning your second edit, I think that the fraction should be inverted, see the update. $\endgroup$ Commented Dec 6 at 2:31
  • $\begingroup$ "invert, always invert" :) $\endgroup$ Commented Dec 6 at 2:44
  • 5
    $\begingroup$ Throwing geometry functions and integrals onto an otherwise discrete problem does not make it particularly intuitive. Does it? At least, in a discrete maths course this solution would not be accepted ;-) $\endgroup$ Commented 2 days ago
  • $\begingroup$ @rexkogitans: But, at least, it is shockingly original :) I mean, how many times does a regular person see double integrals in their entire lives? $\endgroup$ Commented yesterday
  • $\begingroup$ That's essentially the most common(?) proof of the integer rectangle tiling lemma, which is the basis of the answer by @Lucenaposition $\endgroup$ Commented 10 hours ago
2
$\begingroup$

Simpler coloring, but slightly more complicated reasoning:

Color as follows:

 R G B Y R G B Y R G
 R G B Y R G B Y R G
 R G B Y R G B Y R G
 …

Reasoning:

There are 30 each of Red and Green, and 20 each of Blue and Yellow. Now we reduce to a single player game of Nim, where legal moves are to reduce each color by 1, or reduce one color by 4. The goal is to reduce all colors to 0.

The only way to change the count of one color modulo 4 is to change all of them at once by the same amount. 20 is divisible by 4, whereas 30 is not. Therefore, the tiling is impossible.

$\endgroup$
-1
$\begingroup$

Here's a meta-reasoning approach that uses the postscript to find extremely intuitive solution. It's noted that the original source provides a solution which is

not intuitive. But if the tiling could be accomplished, the answer would simply be a picture of it. Knowing that the solution of the problem is "non-intuitive" means that we cannot simply draw a picture of it, so therefore the solution is not a configuration where the tiling is complete, but rather a proof that it can't be done.

$\endgroup$
1
  • 1
    $\begingroup$ If the tiling could be accomplished, the answer could simply be a picture of it. But it could also be a non-constructive proof, which might also be described as "not very intuitive." $\endgroup$ Commented 9 hours ago

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.