document.write( "Question 255724: Write the equation in slope-intercept form of the line that has a slope of -3 and contains the point (4, -5). \n" ); document.write( "
Algebra.Com's Answer #187972 by EMStelley(208)![]() ![]() You can put this solution on YOUR website! If you have slope, m, and a point (x1,y1), the equation is:\r \n" ); document.write( "\n" ); document.write( "y - y1 = m(x - x1)\r \n" ); document.write( "\n" ); document.write( "So we have\r \n" ); document.write( "\n" ); document.write( "y - (-5) = -3(x - 4)\r \n" ); document.write( "\n" ); document.write( "y + 5 = -3x + 12\r \n" ); document.write( "\n" ); document.write( "y = -3x + 7 \n" ); document.write( " |