document.write( "Question 444898: What is the slope of the line passing through points A and B?
\n" );
document.write( "A is plotted at (-3,4) and B is plotted at (5,8).\r
\n" );
document.write( "\n" );
document.write( "Please explain and show how to do it. I would appreciate it.Thank you in advance \n" );
document.write( "
Algebra.Com's Answer #306600 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! The slope of a line is simply the rise/run. The 'rise' is the change in y, and the 'run' is the change in x. We are given the two points A (-3,4) and B (5,8) \n" ); document.write( "Therefore the slope, m, is: \n" ); document.write( "m = (8 - 4)/(5 - -3) = 4/8 = 1/2 \n" ); document.write( "The line is plotted below: \n" ); document.write( " |