document.write( "Question 237347: What is the equation of a line with slope 3, going through the point (-1, -1)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #174557 by College Student(505)![]() ![]() You can put this solution on YOUR website! The Point-Slope Form of a Line is: \n" ); document.write( "y - y1 = m (x - x1)\r \n" ); document.write( "\n" ); document.write( "m is your slope and x1, y1 is your point. Therefore:\r \n" ); document.write( "\n" ); document.write( "y - (-1) = 3 [x - (-1)] ... now simplify...\r \n" ); document.write( "\n" ); document.write( "y + 1 = 3 (x + 1) \n" ); document.write( " |