document.write( "Question 203847: list the coordinates of three other points that are on the same line as (-2,14) and (17,-5). \n" ); document.write( "
Algebra.Com's Answer #153967 by checkley77(12844) ![]() You can put this solution on YOUR website! (-2,14) and (17,-5). \n" ); document.write( "Y=mX+b where m=slope & b=the Y intercept. \n" ); document.write( "slope=(y2-y1)/(x2-x1) \n" ); document.write( "slope=(-5-14)/(17+2) \n" ); document.write( "slope=-19/19 \n" ); document.write( "slope=-1 \n" ); document.write( "14=-1*-2+b \n" ); document.write( "14=2+b \n" ); document.write( "b=14-2 \n" ); document.write( "b=12 the y intercept. \n" ); document.write( "Y=-X+12 ans. \n" ); document.write( " |