document.write( "Question 1093696: What is the equation of a line with slope -7 that passes through the point (3,2)?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #708359 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! What is the equation of a line with slope -7 that passes through the point (3,2)? \n" ); document.write( ": \n" ); document.write( "Use the point/slope form. y - y1 = m(x - x1), where \n" ); document.write( "y1 = 2 \n" ); document.write( "x1 = 3 \n" ); document.write( "m = -7 \n" ); document.write( "y - 2 = -7(x - 3) \n" ); document.write( "distribute -7 \n" ); document.write( "y - 2 = -7x + 21 \n" ); document.write( "add 2 to both sides \n" ); document.write( "y = -7x + 21 + 2 \n" ); document.write( "y = -7x + 23 \n" ); document.write( " |