Simple Coordinate Geo

This topic has expert replies
Master | Next Rank: 500 Posts
Posts: 233
Joined: Wed Aug 22, 2007 3:51 pm
Location: New York
Thanked: 7 times
Followed by:2 members

Simple Coordinate Geo

by yellowho » Tue Feb 15, 2011 7:00 pm
The points (a, -6) and (-3, b) lie on line m, which has a slope of 3 and passes through the origin. What is the value of a + b?


I'm doing something wrong here. Can someone comment.

y=3x+b. since it passes thru the origin => 0=3(0)+b thus B=0

-6=3a+0 => a= -2. a+b=-2+0 = -2. That's not the right answer. Also, I didn't get to use the info from the second point. What I might be doing wrong here is misusing the info. about the origin.
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 » Tue Feb 15, 2011 7:16 pm
yellowho wrote:The points (a, -6) and (-3, b) lie on line m, which has a slope of 3 and passes through the origin. What is the value of a + b?


I'm doing something wrong here. Can someone comment.

y=3x+b. since it passes thru the origin => 0=3(0)+b thus B=0

-6=3a+0 => a= -2. a+b=-2+0 = -2. That's not the right answer. Also, I didn't get to use the info from the second point. What I might be doing wrong here is misusing the info. about the origin.
Equation of a line which passes through the origin and has slope 3 is y = 3x.
Note that the equation will not have a constant term since it is passing through the origin.
So -6 = 3a and b = -9.
Or a = -2 and b = -9.
So a+b = -11.
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/

Master | Next Rank: 500 Posts
Posts: 233
Joined: Wed Aug 22, 2007 3:51 pm
Location: New York
Thanked: 7 times
Followed by:2 members

by yellowho » Tue Feb 15, 2011 7:25 pm
Can you explain why an equation passing through the origin have variable constant? and its implication? if a line passes through the origin you cannot represent it by y=mx+b?


[quote="Anurag@Gurome"][quote="yellowho"]The points (a, -6) and (-3, b) lie on line m, which has a slope of 3 and passes through the origin. What is the value of a + b?


I'm doing something wrong here. Can someone comment.

y=3x+b. since it passes thru the origin => 0=3(0)+b thus B=0

-6=3a+0 => a= -2. a+b=-2+0 = -2. That's not the right answer. Also, I didn't get to use the info from the second point. What I might be doing wrong here is misusing the info. about the origin.[/quote]

Equation of a line which passes through the origin and has slope 3 is y = 3x.
Note that the equation will not have a constant term since it is passing through the origin.
So -6 = 3a and b = -9.
Or a = -2 and b = -9.
So a+b = -11.[/quote]

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 » Tue Feb 15, 2011 7:30 pm
Let us assume that the equation of the line is y = mx+c, where m and c are constants.
Since the line is passing through (0, 0), y = 0 and x =0 should satisfy the equation y = mx+c.
Or 0 = m*0+c
Or 0 = 0 + c.
Or c = 0.
Hence, ultimately we will get the equation as y = mx.
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/

Master | Next Rank: 500 Posts
Posts: 233
Joined: Wed Aug 22, 2007 3:51 pm
Location: New York
Thanked: 7 times
Followed by:2 members

by yellowho » Tue Feb 15, 2011 7:40 pm
aaah i get it. i screwed up. defining the line y=mx+b was the downfall here because i re-used "b" as if it's the same as the constant.

[quote="Anurag@Gurome"]Let us assume that the equation of the line is y = mx+c, where m and c are constants.
Since the line is passing through (0, 0), y = 0 and x =0 should satisfy the equation y = mx+c.
Or 0 = m*0+c
Or 0 = 0 + c.
Or c = 0.
Hence, ultimately we will get the equation as y = mx.[/quote]