document.write( "Question 70450: Given the following points, find the slope of the line through these points. (5,-1) and (3,0). \n" ); document.write( "
Algebra.Com's Answer #50275 by piglet162431(90)\"\" \"About 
You can put this solution on YOUR website!
use this equation to find out slopes.
\n" ); document.write( "\"%28y2-y1%29%2F%28x2-x1%29\"
\n" ); document.write( "In your case, y2 is 0, y1 is -1; x2 is 3, x1 is 5
\n" ); document.write( "\"%280-%28-1%29%29%2F%283-5%29\"
\n" ); document.write( "=\"1%2F-2\"
\n" ); document.write( "
\n" );