document.write( "Question 166961: I keep getting the same wrong answer:
\n" );
document.write( "(-5,-6)(-3,-1) \n" );
document.write( "
Algebra.Com's Answer #122979 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! (-5,-6)(-3,-1) \n" ); document.write( "Y=mX+b \n" ); document.write( "First we find the slope (m): \n" ); document.write( "m=(y2-y1)/(x2-x1) \n" ); document.write( "m=(-1+6)/(-3+5) \n" ); document.write( "m=5/2 \n" ); document.write( "m=2.5 is the slope \n" ); document.write( "Now replace the x & y terms by one set of (x,y) values & solve for the y intercept(b). \n" ); document.write( "-6=2.5*-5+b \n" ); document.write( "-6=-12.5+b \n" ); document.write( "b=-6+12.5 \n" ); document.write( "b=6.5 \n" ); document.write( "Thus the equation for a line passing theough (-5,-6) & (-3,-1) is: \n" ); document.write( "y=2.5x+6.5 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |