document.write( "Question 109989: y = 3x
\n" );
document.write( "y = 3x + 10
\n" );
document.write( "i need to find the distance between the parallel lines \n" );
document.write( "
Algebra.Com's Answer #80130 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! the distance is the length of a perpendicular line drawn between the parallel lines\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "perpendicular means the slope will be -1/3 (negative reciprocal of 3) \n" ); document.write( "... 10 is the y-intercept of the upper line, so the perpendicular will match it \n" ); document.write( "... the perpendicular intersects the top line at (0,10)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the intersection with the bottom line is when 3x=(-1/3)x+10 ... or x=3 ... so the intersection is (3,9)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the distance is between the two intersections ... d^2=(3-0)^2+(9-10)^2 \n" ); document.write( " |