document.write( "Question 551623: Find the slope of the line(3,3) and (7,1)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #359797 by Maths68(1474) You can put this solution on YOUR website! Find the slope of the line passing through the points (3,3) and (7,1). \n" ); document.write( " \n" ); document.write( "Put the values of above points in the equation of straight line point-slope form \n" ); document.write( "m=(y2-y1)/(x2-x1) \n" ); document.write( "m=(1-3)/(7-3) \n" ); document.write( "m=-2/4 \n" ); document.write( "m=-1/2 \n" ); document.write( "Slope of the line = m = -1/2 \n" ); document.write( " \n" ); document.write( " |