document.write( "Question 775865: given the two points, A(5,-1) and B (15,4)
\n" );
document.write( "a. find the slope of the line joining the points A and B
\n" );
document.write( "b. if EF is perpendicular to AB, find the slope of EF? \n" );
document.write( "
Algebra.Com's Answer #473228 by mananth(16946)![]() ![]() You can put this solution on YOUR website! x1 y1 x2 y2 \n" ); document.write( "5 -1 15 4 \n" ); document.write( " \n" ); document.write( "slope m = (y2-y1)/(x2-x1) \n" ); document.write( "( 4 - -1 )/( 15 - 5 ) \n" ); document.write( "( 5 / 10 ) \n" ); document.write( "m= 1/ 2 \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "slope of a perpendicular line will be the negative reciprocal of the slope of the given line\r \n" ); document.write( "\n" ); document.write( "m=-2 \n" ); document.write( " |