document.write( "Question 29228: HI
\n" );
document.write( "Here is my question...\r
\n" );
document.write( "\n" );
document.write( "How would I determine the slope of a line with the points (-5,2) and (3,1)\r
\n" );
document.write( "\n" );
document.write( "I can figure it out when I look at a graph but I can't do it with no graph. Can you help me?
\n" );
document.write( "Thanks \n" );
document.write( "
Algebra.Com's Answer #16041 by Nate(3500) ![]() You can put this solution on YOUR website! (m is the variable for slope) \n" ); document.write( "The equation to find the slope is: m=(second y - first y)/(second x - first x) \n" ); document.write( "Your points are (-5 first x,2 first y) and (3 second x,1 second y) \n" ); document.write( "So: m=(1-2)/(3-(-5))=(-1/8) \n" ); document.write( "Your slope is -1/8 \n" ); document.write( " |