document.write( "Question 905973: FIND A LINEAR EQUATION OF A LINE THAT CONTAINS THE TWO POINTS (6,-2)and(2,0) \n" ); document.write( "
Algebra.Com's Answer #549555 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! FIND A LINEAR EQUATION OF A LINE THAT CONTAINS THE TWO POINTS (6,-2)and(2,0) \n" ); document.write( "------------ \n" ); document.write( "Find the slope, m \n" ); document.write( "m = diffy/diffx = (-2-0)/(6-2) \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( "0 = (-1/2)*2 + b \n" ); document.write( "b = 1 \n" ); document.write( "--> y = (-1/2)x + 1 \n" ); document.write( " \n" ); document.write( " |