document.write( "Question 66360: Write an equation of the line that passess through the given points. (2,12), (7,2) \n" ); document.write( "
Algebra.Com's Answer #47069 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! FIRST FIND THE SLOPE (Y2-Y1)/(X2-X1) \n" ); document.write( "(2-12)/(7-2) \n" ); document.write( "-10/5 \n" ); document.write( "-2 IS THE SLOPE (m). \n" ); document.write( "NOW SUBSTITUTE ONE SET OF POINTS IN THE LINE FORMULA & SOLVE FOR THE Y INTERCEPT (b) IN THE FORMULA \n" ); document.write( "Y=mX+b \n" ); document.write( "12=-2*2+b \n" ); document.write( "12=-4+b \n" ); document.write( "b=12+4 \n" ); document.write( "b=16 THUS THE FORMULA IS \n" ); document.write( "Y=-2X+16 \n" ); document.write( " |