Figures 0. 1, 2 and 3 consist of 1, 5, 13 and 25 non-overlapping unit squares respectively. If the pattern were continued, how many non-overlapping unit squares would be there in figure 100 ?
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.
We can divide up the figure n to get the sum of the first n + 1 odd numbers and the sum of first n odd numbers. If you don't see this, here is the example for n = 3 .
The sum of first n odd numbers is n 2 , so for figure n , there are ( n + 1 ) 2 + n 2 unit squares. We plug in n = 1 0 0 to get ( 1 0 0 + 1 ) 2 + 1 0 0 2 unit squares, which is 2 0 2 0 1 .