document.write( "Question 751635: determine whether the following pairs of lines are (a) parallel, (b) perpendicular,
\n" );
document.write( "or (c) neither parallel nor perpendicular.
\n" );
document.write( "5x - 6y = 19
\n" );
document.write( "6x + 5y = -30 \n" );
document.write( "
Algebra.Com's Answer #457318 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! 5x - 6y = 19 \n" ); document.write( "6x + 5y = -30 \n" ); document.write( "Sort into y = mx + c\r \n" ); document.write( "\n" ); document.write( "6y = 5x - 19 \n" ); document.write( " y = 5/6x - 19/6\r \n" ); document.write( "\n" ); document.write( "5y = -6x - 30 \n" ); document.write( " y = -6/5x - 6\r \n" ); document.write( "\n" ); document.write( "As the two gradients 5/6 and -6/5 \n" ); document.write( "multiply together to make -1, \n" ); document.write( "the two lines are perpendicular \n" ); document.write( "to each other. (b) \n" ); document.write( " |