document.write( "Question 536687: find the slope of a line perpendicular to the line that passes through(3,9) and (7,15) \n" ); document.write( "
Algebra.Com's Answer #352534 by mananth(16946)![]() ![]() You can put this solution on YOUR website! x1 y1 x2 y2 \n" ); document.write( "3 * 9 7 15 \n" ); document.write( " \n" ); document.write( "slope m = (y2-y1)/(x2-x1) \n" ); document.write( "( 15 - 9 )/( 7 - 3 ) \n" ); document.write( "( 6 / 4 ) \n" ); document.write( "m= 3/ 2\r \n" ); document.write( "\n" ); document.write( "The slope of perpendicular line = -2/3 because m1*m2 = -1\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |