document.write( "Question 174921This question is from textbook
\n" );
document.write( ": Write an equation in slope-intercept form for the line through points (2,4) and (6,-2). \n" );
document.write( "
Algebra.Com's Answer #129986 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! First, determine the slope between the two points: \n" ); document.write( "(2,4) and (6,-2) \n" ); document.write( "m = (y2-y1)/(x2-x1) \n" ); document.write( "m = (-2-4)/(6-2) \n" ); document.write( "m = (-6)/(4) \n" ); document.write( "m = -3/2 \n" ); document.write( ". \n" ); document.write( "Next, use the slope above and one (2,4) of the two points provided and plug it into the \"point-slope\" form: \n" ); document.write( "y-y1 = m(x-x1) \n" ); document.write( "y-4 = (-3/2)(x-2) \n" ); document.write( "y-4 = (-3/2)x - 2(-3/2) \n" ); document.write( "y-4 = (-3/2)x + 3 \n" ); document.write( "y = (-3/2)x + 7 (this is what they're looking for)\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |