VeritasKarishma
harshsahay
VeritasKarishma
x and y co-ordinates are integers between -3 and 6 so you have 10 values for each. Note how you make a rectangle such that its side is parallel to y axis. Its other side will be parallel to x axis.
The co-ordinates are interdependent as shown. So what you need is two distinct values for m and q (two values from the 10 values ranging from -3 to 6) and two distinct values for n and p (two values from the 10 values ranging from -3 to 6).
So 10C2 makes you pick two values for x co-ordinates m and q
Another 10C2 makes you pick two values for y co-ordinates n and p.
Overall you get 10C2 * 10C2 = 2025 ways
Hi,
Thank you for the explanation. However, shouldn't we multiply 2025 with 4 (as there would be 4 variations of ABCD Rectangle taking AB || y-axis). Thus the answer should be 12100 (E).
Kindly clarify
VeritasKarishmaAll variations are included in 10C2 * 10C2. Give me an example of a rectangle and the 3 variations you think are not included. I will give you the values of the co-ordinates which include them.
Hi,
Let's take a rectangle with co-ordinates {(1,1),(1,-1),(-1,-1),(-1,1)}.Taking AB || y-axis, we can create four rectangles as follows:
1. A:(1,1), B:(1,-1), C:(-1,-1), D:(-1,1)
2. A:(1,-1), B:(1,1), C:(-1,1), D:(-1,-1)
3. A:(-1,1), B:(-1,-1), C:(1,-1), D:(1,1)
4. A:(-1,-1), B:(-1,1), C:(1,1), D:(1,-1)
There will be four variations for all such 10C2 * 10C2 rectangles. I mean I get it that they represent the same co-ordinates and are placed at the same position with respect to each other and the x-y axis, but with different names, shouldn't the rectangles be considered different.
Or am I thinking too much?
A clarification would be very helpful
VeritasKarishma ma'am.
Thank you.