SOLUTION: Find the distance d between two parallel lines 3x - y + 2 = 0 and 3x - y + 7 = 0 Note. I didn’t really know if I should place this on the distance category or the points and l

Algebra ->  Length-and-distance -> SOLUTION: Find the distance d between two parallel lines 3x - y + 2 = 0 and 3x - y + 7 = 0 Note. I didn’t really know if I should place this on the distance category or the points and l      Log On


   



Question 1180629: Find the distance d between two parallel lines 3x - y + 2 = 0 and 3x - y + 7 = 0
Note. I didn’t really know if I should place this on the distance category or the points and lines category, so I’m sorry. Can you please show your full solution? Thank you!

Found 2 solutions by josgarithmetic, ikleyn:
Answer by josgarithmetic(39618) About Me  (Show Source):
You can put this solution on YOUR website!
--------------------------------------------------------
parallel lines 3x - y + 2 = 0 and 3x - y + 7 = 0
--------------------------------------------------------

Not the only method, but:

slope of the two given lines, 3. Slope for any line perpendicular to them, -1%2F3. Pick any point on one of the given lines you want. Find equation of PERPENDICULAR line containing that point. Find where this intersects the OTHER GIVEN line. Now, use the distance formula to find distance between these two points.

Answer by ikleyn(52788) About Me  (Show Source):
You can put this solution on YOUR website!
.
Find the distance d between two parallel lines 3x - y + 2 = 0 and 3x - y + 7 = 0.
~~~~~~~~~~~~~~~~~


                Thank you for asking.


If two parallel lines in a coordinate plane are given by equations


    ax + by + e = 0

and

    ax + by + f = 0,


then the distance between these parallel lines is


    d = abs%28e-f%29%2Fsqrt%28a%5E2+%2B+b%5E2%29.


See this Wikipedia article

    https://en.wikipedia.org/wiki/Distance_between_two_parallel_lines#:~:text=The%20distance%20between%20two%20parallel,distance%20between%20them%20is%20zero.



In your case,  a = 3;  b = -1;  e = 2;  f = 7.


So, according to the formula above, the distance between the given parallel lines is


    d = abs%287-2%29%2Fsqrt%283%5E2+%2B+%28-1%29%5E2%29 = 5%2Fsqrt%2810%29 = %285%2Asqrt%2810%29%29%2F10 = sqrt%2810%29%2F2 = 1.581  (rounded).    ANSWER

Solved, answered and carefully explained.