document.write( "Question 132018: Once you have the graph of a line, how can you find its slope? Does it matter which points you choose to find the slope? Does the slope vary depending on your choice of points? \n" ); document.write( "
Algebra.Com's Answer #96405 by solver91311(24713)\"\" \"About 
You can put this solution on YOUR website!
1. Pick two points, any two because the answer to both your other questions is no. Call one of them \"P%5B1%5D\" and the other \"P%5B2%5D\", again, it doesn't matter which.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The x- and y-coordinates of \"P%5B1%5D\" are \"x%5B1%5D\" and \"y%5B1%5D\". Likewise, the x- and y-coordinates of \"P%5B2%5D\" are \"x%5B2%5D\" and \"y%5B2%5D\".\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The formula for the slope of a line given two points is \"%28%28y%5B1%5D-y%5B2%5D%29%2F%28x%5B1%5D-x%5B2%5D%29%29\".\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "All you need to to is put the coordinate values from the points you selected into the formula and do the arithmetic.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Example: Let's say you chose the points P1(2,4) and P2(1,3), then:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"%284-3%29%2F%282-1%29=1%2F1=1\", and the slope is 1.
\n" ); document.write( "
\n" );