document.write( "Question 776692: A line passes through the point (-7,4) and has a slope of -2 . Write an equation for this line. \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #473826 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Using equation: \n" ); document.write( "y - b = m(x - a) \n" ); document.write( "a = -7, b = 4 and slope (m) = -2 \n" ); document.write( "y - 4 = -2(x - (-7)) \n" ); document.write( "y - 4 = -2(x + 7) \n" ); document.write( "y - 4 = -2x - 14 \n" ); document.write( "y = -2x - 14 + 4 \n" ); document.write( "y = -2x - 10 \n" ); document.write( "Hope this helps. \n" ); document.write( ":-) \n" ); document.write( " |