On a board having 18 rows and 16 columns ,find the number of rectangles ?
\(\large \color{black}{\begin{align} & \normalsize \text{ On a board having 18 rows and 16 columns ,find the number}\hspace{.33em}\\~\\ & \normalsize \text{ of rectangles ?}\hspace{.33em}\\~\\ \end{align}}\)
23256
18C2*16C2 ?
theres a formula to find it :D number of rectangles in an m x n grid can be given by - \[\frac{ m(m+1)n(n+1) }{ 4 }\]
no i want methos i cant remeber formula
*method,*remember
ok then try finding out the solution this way- How many ways can I draw two horizontal lines and two vertical lines through an array of (m+1) by (n+1) dots?
lol m confused
m+1C2*n+1c2
(Think of the dots formed at the corners of the little squares within the rectangle)
The two horizontal lines can be drawn C(m+1,2) ways, and the two vertical lines can be drawn C(n+1,2) ways, so the total number of rectangles within an m x n rectangle isC(m+1,2) C(n+1,2)
m+1C2*n+1C2 is correct ?
Join our real-time social learning platform and learn together with your friends!