document.write( "Question 914566: write the equation of a line that has slope -1 and passes through the point (-2,3) \n" ); document.write( "
Algebra.Com's Answer #555184 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! ***Using point-slope form, \n" ); document.write( "y - 3 = -1(x+2) \n" ); document.write( "y = -x - 2 + 3 \n" ); document.write( "y = -x + 1 \n" ); document.write( " |