As shown in figure is a square, if AB and CD represents the first division making 4 squares inside the biggest square, then calculate the total number of squares upto 10 divisions. The dotted line shows the pattern of division in the figure.
This problem is original.
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.
Well your answer equals to 4092, the biggest square has also to be added. This is the only approach for this question.
Log in to reply
No. of squares in 1st division = (4×1)
No. of squares in 2nd division = (4×1) + (4×2)
No. of squares in 3rd division = (4×1) + (4×2) + (4×4)
No. of squares in 4rth division = (4×1) + (4×2) + (4×4) + (4×8)
We see that in nth division the number of squares is given by 4 × n = 0 ∑ n 2 n − 1
So, in 10th division, the number of squares will be
4
×
n
=
0
∑
1
0
2
n
−
1
=
4
×
1
0
2
3
=
4
0
9
2
But as mentioned, I forgot to add the biggest square, so the answer is ultimately 4 0 9 2 + 1 = 4 0 9 3
Haha wow yes, I mentally added the one but forgot to write it down! Thanks
Great problem, I forgot to add 1 but got 4092 with a different approach which I shall specify.
Problem Loading...
Note Loading...
Set Loading...
Note that we are dividing twice as many squares into fourths in each division. We divide one square into fourths on the first division, so we divide 2 n − 1 squares into fourths on the n -th division, creating 4 ⋅ 2 n − 1 = 2 n + 1 new squares.
Therefore, after n divisions, the total number of squares is 1 + k = 0 ∑ n 2 n + 1 = 1 + 4 ( 2 n − 1 ) .
Plugging in n = 1 0 , we find that the answer is 1 + 4 ( 2 1 0 − 1 ) = 4 0 9 3 .