document.write( "Question 887412: Find the equation of the line that passes through the points (2, 4) and (1, 2).
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #536612 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! Find the equation of the line that passes through the points (2, 4) and (1, 2). \n" ); document.write( ". \n" ); document.write( "slope between two points: \n" ); document.write( "m = (y2-y1)/(x2-x1) \n" ); document.write( "m = (2-4)/(1-2) \n" ); document.write( "m = (-2)/(-1) \n" ); document.write( "m = 2 \n" ); document.write( ". \n" ); document.write( "Now, use the slope (2) and either of the two given points (1,2) and plug it into the \"point-slope\" form \n" ); document.write( "y - y1 = m(x - x1) \n" ); document.write( "y - 2 = 2(x - 1) \n" ); document.write( "y - 2 = 2x - 2 \n" ); document.write( "y = 2x (solution)\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |