document.write( "Question 169717: Write the equation of the line through (1,2) and (-3,6) in the y=mx+b format \n" ); document.write( "
Algebra.Com's Answer #125092 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Write the equation of the line through (1,2) and (-3,6) in the y=mx+b format \n" ); document.write( "----------- \n" ); document.write( "slope = [6-2]/[-3-1] = 4/-4 = -1 \n" ); document.write( "-------------- \n" ); document.write( "intercept: 2 = -1(1) + b \n" ); document.write( "b = 3 \n" ); document.write( "========== \n" ); document.write( "EQUATION: \n" ); document.write( "y = -x + 3 \n" ); document.write( "=============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |