If and the distances between the point and each of the two lines and are the same, what is the value of ?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
To start off, you need to know the equation for the shortest distance from a point to a line. This equation is a 2 + b 2 ∣ a x 0 + b y 0 + c ∣ where a and b are the coefficients of x and y in the equation and c is the number, and x 0 and y 0 are the co-ordinates on the number plane.
Currently, we need to find the value of x 0 . We already know that y 0 is 0. Until we find the value of x 0 , it shall be known as n .
By substituting 2 x − y + 1 into the equation, we get :
5 2 a + 1
Now we do the same with x − 2 y − 2 :
5 a − 2
These two equations are equal to each other so it takes a matter of simple algebra to get the answer.
5 2 a + 1 = 5 a − 2
2 a + 1 = a − 2
a = − 3
Now we just need find the absolute value of − 3 which is 3 .