Storming Tiling

Let a stromino \text{stromino} be a tile just like a domino but 3 × 1 3\times1 instead. You have a 5 × 5 5\times5 board split up into 1 × 1 1\times1 unit squares to cover only using strominos. Each unit square on the board can be overlapped using strominos once or twice but not more. What is the maximum number of strominos you can use to tile up the board so that at least each unit square is covered once?


The answer is 15.

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.

2 solutions

Chris Lewis
Jan 22, 2020

Since the board has 25 25 squares, we can use at most 8 8 strominos. The following configuration shows this is possible:

Now, we can't simply overlay another copy of this (using 16 16 strominos); this would leave the centre square uncovered, which isn't allowed.

The interesting part of this problem is showing that the only way to cover the board using 8 8 strominos is to leave the centre square uncovered. To show this, first label the board as follows:

Each stromino covers a 1 1 , a 2 2 and a 3 3 . There are nine 2 2 s on the board, so in a covering of eight strominos, one of these must be left uncovered.

Now relabel the board:

Each stromino covers an A A , a B B and a C C . There are nine B B s on the board, so in a covering of eight strominos, one of these must be left uncovered.

The only square labelled with both a 2 2 and a B B is the centre square; therefore this one must be left uncovered in a tiling by eight strominos.

Finally, note that we can easily cover the centre square if we use seven strominos:

Overlaying the two configurations gives a permitted tiling using the maximum 15 \boxed{15} strominos.

Uh-oh - not sure why the pictures are so large!!

Chris Lewis - 1 year, 4 months ago

Log in to reply

My png files do that, too, so I convert and post them as gifs instead.

David Vreken - 1 year, 4 months ago

Add this code |width=300 at the end like this

![](https://ds055uzetaobb.cloudfront.net/uploads/LVpOjXkTP1-0fqrprcdy0-strom4.png|width=300){: .center}

then it will look something like

Mahdi Raza - 9 months, 2 weeks ago

Log in to reply

Oooh, thanks for the tip!

David Vreken - 9 months, 2 weeks ago

Log in to reply

You're Welcome. This solves the entire issue of exporting it into a GIF. I just discovered and got this working only a few days ago. I remembered where this problem originated from, so I thought to share :) And obviously you can change the number from 300 to anything else, like say 500 as well. But, note If you have spaces in between these letters: |width=300 to something like |width = 300 , the code doesn't work. So remember to check this when it doesn't shrink. I hope that helps everyone!

Mahdi Raza - 9 months, 2 weeks ago

Log in to reply

@Mahdi Raza Thank you!! That's really useful.

Chris Lewis - 9 months, 1 week ago
Siddharth Chauhan
Jan 22, 2020

INMO 2020 question.

Yup, a bit different though

Mahdi Raza - 1 year, 4 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...