document.write( "Question 65626: Find the slope of any line perpendicular to the line through points (0,5) and (-3, -4) \n" ); document.write( "
Algebra.Com's Answer #46271 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! m = (-4 - 5)/(-3 - 0) = 9/3 = 3 \n" ); document.write( "perpendicular ~> -m^-1 = -1/3 \n" ); document.write( " |