document.write( "Question 1056662:  The points in the table lie in a line.Find the slope of the line.
\n" );
document.write( "X -3 2 7 12 
\n" );
document.write( "Y  0 2 4 6  \n" );
document.write( "
| Algebra.Com's Answer #671988 by Cromlix(4381)     You can put this solution on YOUR website! Hi there, \n" ); document.write( "x -3 2 7 12 \n" ); document.write( "y 0 2 4 6 \n" ); document.write( "Slope of line = y2 - y1/x2 - x1 \n" ); document.write( "Using (2,2) and (12,6) = 6 - 2/12 - 2 \n" ); document.write( "= 4/10 = 2/5 \n" ); document.write( "You can use any of the x,y coordinates. \n" ); document.write( "Slope = 2/5 \n" ); document.write( "Hope this helps :-) \n" ); document.write( " \n" ); document.write( " |