document.write( "Question 371755: find the value of x so that the points lie on a line with the given slope:
\n" );
document.write( "(1,-3) and (3,x), m = -1 \n" );
document.write( "
Algebra.Com's Answer #264792 by robertb(5830)![]() ![]() You can put this solution on YOUR website! (x--3)/(3-1) = (x+3)/2 = -1, as per the given. \n" ); document.write( "x+3 = -2, or x = -5. \n" ); document.write( " |