ordered pairs

This topic has expert replies
Senior | Next Rank: 100 Posts
Posts: 50
Joined: Fri Jan 28, 2011 1:08 pm

ordered pairs

by gmatapril » Sat Apr 09, 2011 2:37 pm
2x + y = 12
|y| <= 12
For how many ordered pairs (x , y) that are solutions of the system above are x
and y both
integers?
A. 7
B. 10
C. 12
D. 13
E. 14

Master | Next Rank: 500 Posts
Posts: 118
Joined: Wed Mar 16, 2011 12:51 am
Location: New Delhi, India
Thanked: 12 times
Followed by:1 members

by pankajks2010 » Sat Apr 09, 2011 7:12 pm
lets evaluate the second statement: |y|<=12 ---> -12<=y<=12, thus, y can have integer values within this range. Now, we need to think about x.

Lets consider the first statement 2x+y=12 ----> 2x=(12-y), now for x to be an integer, (12-y) should be even (so that it gets divided by 2) ---> that means y should be even integer. There are 13 even values for y in the range -12<=y<=12, thus, the answer is D

Senior | Next Rank: 100 Posts
Posts: 50
Joined: Fri Jan 28, 2011 1:08 pm

by gmatapril » Sun Apr 10, 2011 6:21 am
thank you so much. don't we have check each even values of x and y in this range to see if their sum is 12
pankajks2010 wrote:lets evaluate the second statement: |y|<=12 ---> -12<=y<=12, thus, y can have integer values within this range. Now, we need to think about x.

Lets consider the first statement 2x+y=12 ----> 2x=(12-y), now for x to be an integer, (12-y) should be even (so that it gets divided by 2) ---> that means y should be even integer. There are 13 even values for y in the range -12<=y<=12, thus, the answer is D

Master | Next Rank: 500 Posts
Posts: 118
Joined: Wed Mar 16, 2011 12:51 am
Location: New Delhi, India
Thanked: 12 times
Followed by:1 members

by pankajks2010 » Sun Apr 10, 2011 9:17 am
one need not check individually, because for every value of y that you would put in the equation, you would get a corresponding value of x which would satisfy the equation. So, its just about finding the values of y which fit the bill.

For example: lets take y=-12, if we substitute this in the equation: 2x+y=12; 2x-12=12; 2x=24;x=12
similarly, for every possible value of y, we would get a corresponding x, which would satisfy the equation. Hope this helps!!