document.write( "Question 685652: Write an equation of the line that passes through the given point and has slope m.
\n" );
document.write( "(-1,6); m = 2 \n" );
document.write( "
Algebra.Com's Answer #424516 by mananth(16946)![]() ![]() You can put this solution on YOUR website! The slope point formula is (y-y1)=m(x-x1) \n" ); document.write( "y-6=2(x-(-1)\r \n" ); document.write( "\n" ); document.write( "y-6=2x+2\r \n" ); document.write( "\n" ); document.write( "2x-y+8=0\r \n" ); document.write( "\n" ); document.write( "y= 2x+8\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |