Wednesday, 12 September 2012

Quant

How many rectangles are there in a 4×6 grid of squares ?
sol>
{ m(m+1)/2 } * { n(n+1)/2 } for any m×n grid squares..
so through this 210 is the ans

No comments:

Post a Comment