document.write( "Question 85675: write an equation for a line through the points (3,6) and (-6,-9) \n" ); document.write( "
Algebra.Com's Answer #61867 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! Linear Line: \n" ); document.write( "(3,6) and (-6,-9) \n" ); document.write( "m = (y2 - y1)/(x2 - x1) \n" ); document.write( "m = (6 + 9)/(3 + 6) = 15/9 = 5/3 \n" ); document.write( "y = m(x - x1) + y1 \n" ); document.write( "y = (5/3)(x - 3) + 6 \n" ); document.write( "y = (5/3)x - 5 + 6 \n" ); document.write( "y = (5/3)x + 1 \n" ); document.write( " |