document.write( "Question 33566: which is an equation for the line that contains the points (-2, 3) and (2, -1)?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #19969 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! (-2, 3) and (2, -1) \n" ); document.write( "the equation for slope is: (y(sub2)-(y(sub1))/((x(sub2)-(x(sub1)) \n" ); document.write( "use (-2 (sub1), 3(sub1)) and (2(sub2), -1(sub2)) \n" ); document.write( "(y(sub2)-(y(sub1))/((x(sub2)-(x(sub1)) \n" ); document.write( "(-1-3)/(2-(-2)) \n" ); document.write( "(-4)/4 \n" ); document.write( "the slope is -1\r \n" ); document.write( "\n" ); document.write( "the equation is: y - (y-point)=m(x-(x-point)) where m is the slope \n" ); document.write( "y - (y-point)=m(x-(x-point)) original; let us use (-2,3) \n" ); document.write( "y - 3 = -1(x - (-2)) \n" ); document.write( "y-3=-1(x+2) \n" ); document.write( "y-3=-x-2 \n" ); document.write( "y=-x+1 \n" ); document.write( "the equation is y=-x+1 \n" ); document.write( " |