Given that an
square made of unit squares has been painted red on its perimeter, and that there are at least 1000 unit squares with no red sides, what is the smallest value
could be?
This problem is part of Arron's set The Red Perimeter .
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.
1024 is the first four-digit square, i.e. the first square after 1000.
Therefore, to get smallest value of n, we would consider that 1024 unit squares are with no red sides.
( n − 2 ) 2 = 1 0 2 4
( n − 2 ) 2 = 3 2 2
( n − 2 ) = 3 2
n = 3 4