Number of possible ways to draw a rectangle.

This topic has expert replies
Master | Next Rank: 500 Posts
Posts: 184
Joined: Tue Sep 07, 2010 9:43 am
Thanked: 6 times
Followed by:1 members
Rectangle ABCD is constructed in the coordinate plane parallel to the x- and y-axes. If the x- and y-coordinates of each of the points are integers which satisfy 3 ≤ x ≤ 11 and -5 ≤ y ≤ 5, how many possible ways are there to construct rectangle ABCD?

A. 396
B.1260
C.1980
D.7920
E.15840

OA:C
Source: — Problem Solving |

GMAT/MBA Expert

User avatar
GMAT Instructor
Posts: 3835
Joined: Fri Apr 02, 2010 10:00 pm
Location: Milpitas, CA
Thanked: 1854 times
Followed by:523 members
GMAT Score:770

by Anurag@Gurome » Sun Oct 23, 2011 8:03 am
rahulvsd wrote:Rectangle ABCD is constructed in the coordinate plane parallel to the x- and y-axes. If the x- and y-coordinates of each of the points are integers which satisfy 3 ≤ x ≤ 11 and -5 ≤ y ≤ 5, how many possible ways are there to construct rectangle ABCD?
Number of possible x-coordinates = (11 - 3) + 1 = 9
Number of possible y-coordinates = (5 - (-5)) + 1 = 11

Any rectangle drawn in the coordinate plane with sides parallel to the x- and y-axes will have vertices with coordinates of the form (a, b), (c, b), (c, d) and (a, d).

Hence, we can conclude that two x-coordinates (a and c here) and two y-coordinates (b and d here) are enough to define such a rectangle.

Hence, number of such rectangles = (Number of ways to select two x-coordinates from 9)*(Number of ways to select two y-coordinates from 11) = (9C2)*(11C2) = (9*8/2)*(11*10/2) = (11*10*9*2) = (22*90) = 1980

The correct answer is C.
Anurag Mairal, Ph.D., MBA
GMAT Expert, Admissions and Career Guidance
Gurome, Inc.
1-800-566-4043 (USA)

Join Our Facebook Groups
GMAT with Gurome
https://www.facebook.com/groups/272466352793633/
Admissions with Gurome
https://www.facebook.com/groups/461459690536574/
Career Advising with Gurome
https://www.facebook.com/groups/360435787349781/

User avatar
Junior | Next Rank: 30 Posts
Posts: 15
Joined: Sun Feb 28, 2010 6:21 am
Location: Mumbai
Thanked: 3 times
Followed by:2 members
GMAT Score:710

by moonraker » Sun Oct 23, 2011 8:13 am
The total number of x co-ordinates possible are from x=3 to x=11 ==> total 9 values of x
The total number of y co-ordinates possible are from y=-5 to y=5 ==> total 11 values of y

Now we need only 2 x co-ordinates for x and 2 from y to complete a rectangle (because the sides are parallel to x and y axes )

hence we need to choose 2 x and 2 y co-ordinates......... using combinatorics........

number of ways to choose 2 x co-ordinates from 9 points = 9C2 or 9! / ( (9-2)! * 2!) = 9! / (7! * 2!) ........................... a
number of ways to choose 2 y co-ordinates from 11 points = 11C2 or 11! / ((11-2)! * 2!) = 11! / (9! * 2!) .................... b

Multiplying equations a and b above will give us the total ways of choosing a rectangle = [ 9! / (7! * 2!) ] * [ 11! / (9! * 2!)]

= 11! / ( 7! *2! *2!) = 11 x 10 x 9 x 8 /4 = [spoiler]11x10x9x2 = 1980[/spoiler]

Hence ans = C