document.write( "Question 285985: decide whether the pair of lines is parallel perpendicular or neither 2x+3y=9 3x-2y=8 \n" ); document.write( "
Algebra.Com's Answer #207388 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! EQ.1. \n" ); document.write( "2x+3y=9 \n" ); document.write( "3y = -2x + 9 \n" ); document.write( "y = -2/3x+3 \n" ); document.write( ". \n" ); document.write( "EQ.2. \n" ); document.write( " 3x-2y=8 \n" ); document.write( "-2y = -3x+8 \n" ); document.write( "y = 3/2x+4 \n" ); document.write( ". \n" ); document.write( "Since slope of EQ.1 is -2/3, a perpendicular line will have a negative reciprocal slope, which is 3/2. \n" ); document.write( "EQ.2 has that slope, so they are perpendicular. \n" ); document.write( ". \n" ); document.write( " |