document.write( "Question 604804: Find the equation of the line containing the point (4,-2)and having the slope m=6 \n" ); document.write( "
Algebra.Com's Answer #381414 by alicealc(293)![]() ![]() ![]() You can put this solution on YOUR website! line equation with the slope of m and passes through (x1, y1) is: \n" ); document.write( "y - y1 = m*(x -x1)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "so, if the line has the slope of 6 and passes through (4, -2) then the line equation is: \n" ); document.write( "y - (-2) = 6*(x - 4) \n" ); document.write( "y + 2 = 6x - 24 \n" ); document.write( "y = 6x - 24 - 2 \n" ); document.write( "y = 6x - 26 \n" ); document.write( " |