document.write( "Question 577404: I am having difficulty understanding this: find an equation of the line passing through (-2,4) and (6,-9). What is the first step to solving this problem? \n" ); document.write( "
Algebra.Com's Answer #370169 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! I am having difficulty understanding this: find an equation of the line passing through (-2,4) and (6,-9). What is the first step to solving this problem? \n" ); document.write( "============================= \n" ); document.write( "The slope of the line, m = (y2-y1)/(x2-x1) = (-9 - 4)/(6 - -2) = -13/8 \n" ); document.write( "The standard form for a line is y = mx + b \n" ); document.write( "Use one of the (x,y) pairs to solve for b: \n" ); document.write( "4 = (-13/8)(-2) + b \n" ); document.write( "b = 32/8 - 26/8 = 6/8 = 3/4 \n" ); document.write( "So the equation for the line is y = (-13/8)x + 3/4 \n" ); document.write( " |