document.write( "Question 108605: Are the following lines parallel, perpendicular, or neither?
\n" );
document.write( " L1 with equation x – 2y = 10
\n" );
document.write( " L2 with equation 2x + y = 2
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #79196 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Put the equations into slope-intercept form. \n" ); document.write( "-------------- \n" ); document.write( "Are the following lines parallel, perpendicular, or neither? \n" ); document.write( " L1 with equation x – 2y = 10 \n" ); document.write( "2y= x-10 \n" ); document.write( "y = (1/2)x-4 \n" ); document.write( "slope = 1/2 \n" ); document.write( "---------------- \n" ); document.write( " L2 with equation 2x + y = 2 \n" ); document.write( "y = -2x+2 \n" ); document.write( "slope = -2 \n" ); document.write( "---------------- \n" ); document.write( "Product of the slopes = (1/2)*-2 = -1 \n" ); document.write( "so the lines are perpendicular. \n" ); document.write( "================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |