In the x y-coordinate plane

This topic has expert replies
User avatar
GMAT Instructor
Posts: 3650
Joined: Wed Jan 21, 2009 4:27 am
Location: India
Thanked: 267 times
Followed by:80 members
GMAT Score:760

In the x y-coordinate plane

by sanju09 » Wed Sep 15, 2010 9:48 pm
In the x y-coordinate plane, the points (a, b) and (a + k, b - 3) are on the line defined by y = 2 x - 5. What is the value of k?
(A) -5/2
(B) -5/3
(C) -3/2
(D) -2/3
(E) -2/5


[spoiler]Source: https://readyforgmat.com[/spoiler]
The mind is everything. What you think you become. -Lord Buddha



Sanjeev K Saxena
Quantitative Instructor
The Princeton Review - Manya Abroad
Lucknow-226001

www.manyagroup.com
Source: — Problem Solving |

User avatar
Master | Next Rank: 500 Posts
Posts: 307
Joined: Sun Jul 11, 2010 7:52 pm
Thanked: 36 times
Followed by:1 members
GMAT Score:640

by limestone » Thu Sep 16, 2010 1:02 am
Point (a,b) is on the line y = 2x -5, then b = 2a -5
Point (a+k, b-3) is also on that line then: b-3 = 2(a+k) -5 or b -3 = 2a + 2k - 5
Then b = 2a + 2k -2
Subtract the second bold equation to the first one:
2a + 2k - 2 - (2a -5) = b- b = 0
2k + 3 = 0
then k =-3/2
Pick C.
Last edited by limestone on Thu Sep 16, 2010 5:16 am, edited 1 time in total.

User avatar
GMAT Instructor
Posts: 905
Joined: Sun Sep 12, 2010 1:38 am
Thanked: 378 times
Followed by:123 members
GMAT Score:760

by Geva@EconomistGMAT » Thu Sep 16, 2010 1:10 am
Alternative solution using slope = (y2-y1 / x2-x1) and the fact the the slope of the line is 2 (the coefficient 'a' for x in the equation y=ax+b)

(b-3) - b / (a+k) - a = -3 / k, and that equals 2, so
-3/k = 2
k=-3/2.

Pick C.
Geva
Senior Instructor
Master GMAT
1-888-780-GMAT
https://www.mastergmat.com

Newbie | Next Rank: 10 Posts
Posts: 3
Joined: Fri May 28, 2010 7:10 pm

by Neo Gates » Thu Sep 16, 2010 2:05 am
sanju09 wrote:In the x y-coordinate plane, the points (a, b) and (a + k, b - 3) are on the line defined by y = 2 x - 5. What is the value of k?
(A) -5/2
(B) -5/3
(C) -3/2
(D) -2/3
(E) -2/5


[spoiler]Source: https://readyforgmat.com[/spoiler]

slope of the line = [(b-3) - b] / [(a+k)-a] = -3/k

form the eq.( y = 2 x - 5) slope = 2

so, -3/k=2
k= -3/2

Senior | Next Rank: 100 Posts
Posts: 84
Joined: Mon Apr 26, 2010 2:51 am
Thanked: 6 times
Followed by:1 members

by brijesh » Thu Sep 16, 2010 2:12 am
sanju09 wrote:In the x y-coordinate plane, the points (a, b) and (a + k, b - 3) are on the line defined by y = 2 x - 5. What is the value of k?
(A) -5/2
(B) -5/3
(C) -3/2
(D) -2/3
(E) -2/5


C- -3/2

User avatar
GMAT Instructor
Posts: 3650
Joined: Wed Jan 21, 2009 4:27 am
Location: India
Thanked: 267 times
Followed by:80 members
GMAT Score:760

by sanju09 » Thu Sep 16, 2010 2:20 am
limestone wrote:Point (a,b) is on the line y = 2x -5, then b = 2a -5
Point (a+k, b-3) is also on that line then: b-3 = 2(a+k) -5 or b -3 = 2a + 2k - 5
Then b = 2a + 2k -8
From the 2 bold equations, 2k - 8 must be equal to -5
or 2k = -5 +8 = -3
k =-3/2
Pick C.
How do we get k = -3/2 from 2 a - 5 = 2 a + 2 k - 8?
The mind is everything. What you think you become. -Lord Buddha



Sanjeev K Saxena
Quantitative Instructor
The Princeton Review - Manya Abroad
Lucknow-226001

www.manyagroup.com

User avatar
Master | Next Rank: 500 Posts
Posts: 307
Joined: Sun Jul 11, 2010 7:52 pm
Thanked: 36 times
Followed by:1 members
GMAT Score:640

by limestone » Thu Sep 16, 2010 5:12 am
Well, I made a mistake here. Sorry guys. b is not equal to 2a + 2k - 8 as I stated above

b-3 = 2(a+k) -5 or b = 2a + 2k -5 +3 or b = 2a + 2k -2
Also : b = 2a -5
then 2a -5 = 2a + 2k -2 or 2k = -3 or k=-3/2

I have also edited my answer above.

Newbie | Next Rank: 10 Posts
Posts: 3
Joined: Wed Mar 13, 2013 9:57 am

by sbeagol1000 » Wed Mar 13, 2013 10:04 am
This is what I did

(a,b)=(x,y)

x=a+k
y=b-3

original equation is y=2x-5,so...

b-3=2(a+k)-5

Then I started solving the equation for k

b-3+5=2(a+k)

b+2=2(a+k)

(b+2)/2 = a + k

((b+2)/2)-a = k

combine everything into one fraction

(b+2-2a)/2=k

I picked a coordinate (0,-5) that would satisfy y=2x-5 and plugged it in

(-5+2-2*0)/2 = k

(-5+2-0)/2 = k

-3/2 = k

*looks like a long process but when you are writing it down it is much faster than it seems*