document.write( "Question 30191: Find the slope of any perpendicular to the line through points (0,5) and (-3,-4) \n" ); document.write( "
Algebra.Com's Answer #16873 by Fermat(136)\"\" \"About 
You can put this solution on YOUR website!
If you have two points (x1,y1) and (x2,y2), then the slope of the line between these two points is given by
\n" ); document.write( "m = (y1-y2)/(x1-x2)
\n" ); document.write( "Using the points given,(0,5) and (-3,-4)
\n" ); document.write( "m = (5 + 4)/(0 + 3)
\n" ); document.write( "m = 9/3
\n" ); document.write( "m = 3
\n" ); document.write( "=====\r
\n" ); document.write( "\n" ); document.write( "If two lines, with slopes m1 and m2, are perpindicular to each other, then the product of their slope is equal to minus 1,
\n" ); document.write( "m1*m2 = -1
\n" ); document.write( "So, if m1 = 3
\n" ); document.write( "then
\n" ); document.write( "m2 = -1/m1 = -1/3
\n" ); document.write( "m2 = -1/3
\n" ); document.write( "========
\n" ); document.write( "
\n" );