Question
Question: A rectangle with sides \[2m - 1\] and \[2n - 1\] is divided into square of unit length by drawing pa...
A rectangle with sides 2m−1 and 2n−1 is divided into square of unit length by drawing parallel lines as shown in diagram, then the number of rectangle possible with odd side length is
(A) (m+n−1)2
(B) 4m+n−1
(C) m2n2
(D) m(m+1)n(n+1)
Solution
There will be 2m vertical lines and 2n horizontal lines. To form a rectangle, we need two lines from each set. But the sides need to be odd numbered, so we will select one odd and one even numbered side from both sets. And then using the concept of permutation we will find the number of rectangles possible with odd side length.
Complete step by step solution:
Here, a rectangle with sides 2m−1 and 2n−1 is divided into squares of unit length by drawing parallel lines.
So, to divide a rectangle with sides 2m−1 and 2n−1 is divided into squares of unit length by drawing parallel lines we need 2m vertical lines and 2n horizontal lines.
Also, to form a rectangle we must select two horizontal lines and two vertical lines.
Here, we require possible rectangles with odd side length, for this we have to select one odd and one even numbered side from both the sets of 2m vertical lines and 2n horizontal lines.
From 2m vertical lines, m will be odd numbered sides and other half m will be even numbered sides and from 2n horizontal lines, n will be odd numbered sides and other half n will be even numbered sides.
As we know that, nCr=r!(n−r)!n! where n is the number of items and r is the number of items being chosen at a time.
Number of ways of selecting one vertical odd numbered side = mC1
=1!(m−1)!m!
On simplification, we get
Number of ways of selecting one vertical odd numbered side =1!(m−1)!m(m−1)!
=m
Similarly,
Number of ways of selecting one vertical even numbered side = mC1
=m
Number of ways of selecting one horizontal odd numbered side = nC1
=n
Number of ways of selecting one horizontal even numbered side = nC1
=n
Total number of rectangle possible with odd side length =m×m×n×n
=m2n2
Therefore, the number of rectangles possible with odd side length is m2n2.
Hence, option (C) is correct.
Note: We can also solve this problem by another method.
We have, number of ways of selecting vertical sides =1+3+5+....+(2m−1) which is equal to m2.
Similarly, the number of ways of selecting horizontal sides =1+3+5+....+(2n−1) which is equal to n2.
So, the number of rectangles possible with odd side length = number of ways of selecting vertical sides × number of ways of selecting horizontal sides.
Therefore, we get the number of rectangles possible with odd side length =m2n2.
Hence, option (C) is correct.