For a given
square with the perimeter painted red, how many unit squares will have no paint on them at all?
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.
Nmber of corner squares =4(N-1). So ans : n^2-4n+4=(n-2)^2