In the figure, 25 pink lattice points compose a square grid. The pink lines connect all of the outer points. Then the 4 parallel blue segments and another 4 parallel green segments divide the whole figure into 25 regions.
If the grid is and lines are drawn in the same fashion, how many regions will there be?
Clarification: The starting and ending points of each segment have a difference of 1 in their - or -coordinates.
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.
The formula is 4 n + ( n − 1 ) 2 . ( n − 1 ) 2 is the inner square.The other parts can be devided into four same triangles,every triangle contains n regions,so it's 4 n .