-
vipulgoyal
- Master | Next Rank: 500 Posts
- Posts: 468
- Joined: Mon Jul 25, 2011 10:20 pm
- Thanked: 29 times
- Followed by:4 members
I'll post a detailed analytical solution later. Meanwhile, if you are good with formulas, here you go...vipulgoyal wrote:A LARGE SQUARE IS EQUALLY DIVIDED INTO 16 SMALLER SQUARES. HOW MANY RECTANGLES AND SQUARES DOES THE LARGE SQUARE CONTAIN?
- Number of squares in a nxn chess board = 1² + 2² + 3² + ... + n² = n(n + 1)(2n + 1)/6
Number of rectangles in a nxn chess board = [n(n + 1)/2]²
Hence, number of squares = 1² + 2² + 3² + 4² = 1 + 4 + 9 + 16 = 30
Hence, number of rectangles = [4(4 + 1)/2]² = [20/2]² = 100













