document.write( "Question 998863: 4. Write the equation of the line passing through the points (-6,1) and (-4,2) \n" ); document.write( "
Algebra.Com's Answer #616601 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Do it like this one. \n" ); document.write( "========================== \n" ); document.write( "Write the equation of the line passing through the points (0-4) and (-2,2). \n" ); document.write( "---------- \n" ); document.write( "The simplest way: \n" ); document.write( "Step 1, find the slope, m \n" ); document.write( "=========== \n" ); document.write( "m = diffy/diffx = -6/2 = -3 \n" ); document.write( "---- \n" ); document.write( "Step 2: \n" ); document.write( "y-y1 = m*(x-x1) where (x1,y1) is either point. \n" ); document.write( "--- \n" ); document.write( "y+4 = -3*(x) \n" ); document.write( "3x + y = -4 \n" ); document.write( " |