A rainbow-coloured table

A 15 × n 15\times n table (where n is a positive integer) is divided into 1 × 1 1\times 1 squares. Each square is coloured red, orange, yellow, green, blue, indigo, or violet.

Find the minimum value for n n so that for any coloring of the table, so that one can pick three rows and columns with all nine intersections being the same color.


The answer is 6371.

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.

1 solution

Luca Minuel
Apr 23, 2017

Each column has a color that is repeated at least once (pigeonhole) . Rows are 15, so we can choose intersections in ( 15 3 ) {15 \choose 3} ways, mulitiply for 7 7 (colors). If we multiply it for 2, we'll get a table wrong, but any additional column makes the last one ok. So n n is:

( 15 3 ) {15 \choose 3} \cdot 7 2 7 \cdot 2 + 1 + 1 = = 6371 \boxed {6371}

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...