document.write( "Question 976707: Find the distance between the pair of parallel lines, y = x-11 & y = x-7. \n" ); document.write( "
Algebra.Com's Answer #598265 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
Find the distance between the pair of parallel lines, y = x-11 & y = x-7 (slope,m=1)
\n" ); document.write( "equation of a line perpendicular to pair of given lines: y=-x (slope,m=-1)
\n" ); document.write( "Point of intersection between perpendicular line and one of the parallel lines:
\n" ); document.write( "-x=x-11
\n" ); document.write( "2x=11
\n" ); document.write( "x=11/2=5.5
\n" ); document.write( "y=-5.5
\n" ); document.write( "point of intersection: (5.5,-5.5)
\n" ); document.write( "..
\n" ); document.write( "Point of intersection between perpendicular line and other parallel line:
\n" ); document.write( "-x=x-7
\n" ); document.write( "2x=7
\n" ); document.write( "x=7/2=3.5
\n" ); document.write( "y=-3.5
\n" ); document.write( "point of intersection: (3.5,-3.5)
\n" ); document.write( "..
\n" ); document.write( "Use distance formula to find the distance between the 2 points of intersection
\n" ); document.write( "d=√(x1-x2)^+(y1-y2)^2)=√(5.5-3.5)^2+(-5.5-(-3.5))=√(4+4)=√8
\n" ); document.write( "distance between the pair of parallel lines=√8
\n" ); document.write( "
\n" );