document.write( "Question 432477: write an equation in the form y=mx+b for the line which contains the points (6,-8) and (-2,-12) \n" ); document.write( "
Algebra.Com's Answer #299841 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Here's an example. \n" ); document.write( "-------------------Find the equation given 2 points: \n" ); document.write( "Points (3,7) and (6,1) \n" ); document.write( "Find m, the slope \n" ); document.write( "m = diffy/diffx = (6-3)/(1-7) = 3/(-6) \n" ); document.write( "m = -1/2 \n" ); document.write( "-------- \n" ); document.write( "Use y = mx + b and either point to find b, the y-intercept \n" ); document.write( "7 = (-1/2)*3 + b \n" ); document.write( "b = 8.5 or 17/2 \n" ); document.write( "--> y = (-1/2)x + 17/2 in slope-intercept form \n" ); document.write( "x + 2y = 17 in standard form \n" ); document.write( " \n" ); document.write( " |