document.write( "Question 43278: Write an equation for a line through(-3, 5) and (2, 0) \n" ); document.write( "
Algebra.Com's Answer #28314 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! First find the slope... \n" ); document.write( "m = (y2 - y1) / (x2 - x1) \n" ); document.write( "m = (0 - 5) / (2 - (-3)) \n" ); document.write( "m = -5 / 5 \n" ); document.write( "m = -1 \n" ); document.write( "Then plug into the point-slope form \n" ); document.write( "y - y1 = m(x - x1) \n" ); document.write( "y - 5 = (-1)(x + 3) \n" ); document.write( "y - 5 = -x - 3 \n" ); document.write( "y = -x + 2 \n" ); document.write( " |