document.write( "Question 229759: what is distance between two parallel lines given the equations
\n" );
document.write( "y=3x+2 and y=3x-8 \n" );
document.write( "
Algebra.Com's Answer #170262 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! what is distance between two parallel lines given the equations \n" ); document.write( "y=3x+2 and y=3x-8 \n" ); document.write( "---------- \n" ); document.write( "Distance between y-intercepts = 10 \n" ); document.write( "Slope m = 3 \n" ); document.write( "d = 10*cos(arctan(m)) (I worked this out recently) \n" ); document.write( "d = 3.16227766... \n" ); document.write( "d = sqrt(10)\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |