document.write( "Question 247260: How to decide whether the pair of lines is parallel, perpendicular or neither\r
\n" );
document.write( "\n" );
document.write( "2x+3y=8
\n" );
document.write( "2x+3y=6 \n" );
document.write( "
Algebra.Com's Answer #180403 by blwinbbbles(106)![]() ![]() You can put this solution on YOUR website! Parallel lines have the same slope \n" ); document.write( "Perpendicular lines have the inverse negative of each other..ie: if slope is \n" ); document.write( "-2 on one line it would be 1/2 the perpendicular or if it was 2 on one line it would be -1/2 in the perpendicular\r \n" ); document.write( "\n" ); document.write( "if you were to rearrange these equation to represent the linear equation, which is y=mx+b with m = slope\r \n" ); document.write( "\n" ); document.write( "2x + 3y = 8 would be 3y = -2x + 8 would be y = -2/3(x) + 8/3 \n" ); document.write( "2X + 3Y = 6 would be 3y = -2x + 6 would be y = -2/3(x) + 2\r \n" ); document.write( "\n" ); document.write( "therefore they have the same slope (m) and will be parallel lines. \n" ); document.write( " |