document.write( "Question 768034: ]Determine the general form of the equation of the line that passes through the point (2, 1) and has a slope of –2
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #468084 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Using the equation: \n" ); document.write( "y - b = m(x - a) \n" ); document.write( "a = 2, b = 1 and m = -2 \n" ); document.write( "y - 1 = -2(x - 2) \n" ); document.write( "y - 1 = -2x + 4 \n" ); document.write( "y = -2x + 4 + 1 \n" ); document.write( "y = -2x + 5 \n" ); document.write( "Hope this helps. \n" ); document.write( ":-) \n" ); document.write( " |