SOLUTION: find the distance between two parallel lines defined by the equations 3x+4y+5=0 and 3x+4y+2=0

Algebra ->  Customizable Word Problem Solvers  -> Geometry -> SOLUTION: find the distance between two parallel lines defined by the equations 3x+4y+5=0 and 3x+4y+2=0      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 240112: find the distance between two parallel lines defined by the equations 3x+4y+5=0 and 3x+4y+2=0
Answer by edjones(8007) About Me  (Show Source):
You can put this solution on YOUR website!
d=|Ax[0]+By[0]+C|/sqrt(A^2+B^2) distance formula from a point to another line.
where x[0] and y[0] are the point and Ax+By+C=0 is the line.
.
3x+4y+5=0
4y=-3x-5
y=-3x/4 - 5/4
(0, -5/4) is a point on the line.
.
3x+4y+2=0
d=|3(0)+4(-5/4)+2|/sqrt(3^2+4^2)
=|-5+2|/5
=3/5
.
Ed
.
graph%28500%2C500%2C-10%2C10%2C-10%2C10%2C-%283x%2B5%29%2F4%2C-%283x%2B2%29%2F4%29