document.write( "Question 633409: Determine whether the lines L1 and L2 passing through the pair of points are parallel, perpendicular, or neither.
\n" );
document.write( " L1: (-6, -3), (-10, 0)
\n" );
document.write( " L2: (3, 9), (0, 5)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #398869 by ewatrrr(24785)  You can put this solution on YOUR website! \n" );
document.write( "Hi, \n" );
document.write( "Using the standard slope-intercept form for an equation of a line y = mx + b \n" );
document.write( " where m is the slope and b the y-intercept. \n" );
document.write( " \n" );
document.write( "L1: (-6, -3), \n" );
document.write( " (-10, 0) m = -3/4, y = (-3/4)x - 30/4 \n" );
document.write( "L2: (3, 9), \n" );
document.write( " (0, 5) m = 4/3, y = (3/4)x + 5 \n" );
document.write( "Lines Perpendicular \n" );
document.write( " \n" );
document.write( " |
\n" );