document.write( "Question 999261: A line passes through the points -2 and -7 and has a slope of 3 write an equation for this line \n" ); document.write( "
Algebra.Com's Answer #616924 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "the general form of equation is\r
\n" ); document.write( "\n" ); document.write( "(y-y1) = m(x-x1)\r
\n" ); document.write( "\n" ); document.write( "m = slope
\n" ); document.write( "and (x1,y1) are the co ordinates of a point on the line\r
\n" ); document.write( "\n" ); document.write( "(y-(-7)) = 3(x-(-2))\r
\n" ); document.write( "\n" ); document.write( "y+7= 3x+6\r
\n" ); document.write( "\n" ); document.write( "3x-y=1
\n" ); document.write( "
\n" );