n × n square with n ≥ 2 ?
Which of the following expresses the correct formula for the number of unit squares with exactly 1 red side in an
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.
Number ready?
I meant reqd
Or subtract the inner ( n − 2 ) × ( n − 2 ) square and the 4 squares at the corners to get n 2 − ( n − 2 ) 2 − 4 = ( n − ( n − 2 ) ) ( n + ( n − 2 ) ) − 4 = 2 ( 2 n − 2 ) − 4 = 4 n − 8 , by difference of squares.
N is number of squares on each side. Subtracting the corners which are 2 on each side give the one side red squares on each side . Multiplying by 4 gives the one side red square in the whole shape.
We can observe from the figure that each side has two squares which have red on two sides, and the rest of the squares have only one. The number of squares with red on only one side can be expressed as s − 2 . Since a square has four sides, we multiply the earlier equation by 4, giving us 4 ( s − 2 )
From the above diagram we see that =>
I used the same reasoning, but I wish I used 'intrinsic' reasons to reach the answer, rather than working backward from the diagrams.
its easily say that , 4(n -2)
brother can u explain
Problem Loading...
Note Loading...
Set Loading...
Each side has N red suares among whom 2 are red on 2 sides.As there are 4 sides Number reqd = 4(N-2)