BREAKING: Target Test Prep releases Brand New 2026 On Demand GMAT prep course

Redeem

Line x = 2y + 5

Expert replies
by kartikshah » Mon Jul 16, 2012 3:36 am
In a rectangular coordinate system, if the line x = 2y + 5 passes through points (m,n) and (m+2, n+p), what is the value of p?
1. -2
2. 0
3. ½
4. 1
5. 2


Please help!
Source: Princeton Review Practice Test 10
Join the discussion
Source: — Problem Solving |

by eagleeye » Mon Jul 16, 2012 5:26 am
kartikshah wrote:In a rectangular coordinate system, if the line x = 2y + 5 passes through points (m,n) and (m+2, n+p), what is the value of p?
1. -2
2. 0
3. ½
4. 1
5. 2


Please help!
Source: Princeton Review Practice Test 10
Easiest way is to compare slopes:

x = 2y + 5 => y = x/2 -5/2
Recall that slope of y = mx+c is m. Here m = 1/2

Now slope of line segment joining (m,n) with (m+2,n+p) = (n+p-n)/(m+2-m) = p/2
Since this is part of the same line, slopes are equal. Hence p/2 = 1/2 => p = 1.

option 4 is correct.
:)
Join the discussion

by kartikshah » Mon Jul 16, 2012 8:11 am
Eagleeye: I understood how you derived the slope of the line. But did not follow your calculations thereafter. Please can you explain stepwise?
I'm not that great with Coordinate Geometry.
Join the discussion

by mekoner » Mon Jul 16, 2012 12:14 pm
kartikshah wrote:Eagleeye: I understood how you derived the slope of the line. But did not follow your calculations thereafter. Please can you explain stepwise?
I'm not that great with Coordinate Geometry.
The calculations after the slope are just simply Rise/Run.

We have:
(X1, Y1) = (m,n)
(X2,Y2) = (m+2, n+p)



We then simply solve by Y2-Y1 / X2-X1.

----------
[quote="eagleeye"Easiest way is to compare slopes:

x = 2y + 5 => y = x/2 -5/2
Recall that slope of y = mx+c is m. Here m = 1/2

Now slope of line segment joining (m,n) with (m+2,n+p) = (n+p-n)/(m+2-m) = p/2
Since this is part of the same line, slopes are equal. Hence p/2 = 1/2 => p = 1. [/quote]

My question is:
"Since this is part of the same line", meaning that x = 2y + 5 = y = x/2 -5/2, right? And, should we always re-write the formula in the Y=mx+b form?
Join the discussion

by eagleeye » Mon Jul 16, 2012 5:59 pm
mekoner wrote: My question is:
"Since this is part of the same line", meaning that x = 2y + 5 = y = x/2 -5/2, right? And, should we always re-write the formula in the Y=mx+b form?
a. Yes, that means the line segment is a part of x = 2y+5.
b. Equation of a line can be written in different forms. Once you have enough experience, you can find out the slope without actually using the form. However, writing things out in a recognized form prevents mistakes. At the same time, if you can calculate the slopes mentally or just by observation, you can save computational time. So, to finally answer your question, I would suggest getting familiar with the various forms of equation of a line before doing mental calculations.

Here are a few forms of the top of my head:

1. x/a + y/b = 1 (where a is x intercept and b is y intercept).
2. y = mx + b (where m is the slope and b is the y intercept)
3. (y-y1) = m(x-x1) (where m is the slope and the line passes through (x1,y1)
4. (y-y1) = (x-x1)*(y2-y1)/(x2-x1) (where the line passes through (x1,y1) and (x2,y2)

From comparing the various forms we can see that:

slope = m = -b/a = (y2-y1)/(x2-x1)
and x-intercept = a = -b/m = (x1*y2-x2*y1)/(y2-y1)

Cheers!
Join the discussion

by das.ashmita » Mon Jul 16, 2012 7:59 pm
Here is Another approach

By substitution
x=2y+5

For pt(m,n):
m=2n+5 => 2n = m-5...(1)

For pt(m+2,n+2):
and m+2 = 2(n+p) +5
=>m+2 = m-5+2p+5 (by substituting eqn 1)
=>q=1
Join the discussion