document.write( "Question 1152472: write an equation for the line containing the points (2, 2) and (3, -3) \n" ); document.write( "
Algebra.Com's Answer #774490 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi, \n" ); document.write( "Slope formula: y2 - y1/x2 - x1 \n" ); document.write( "= -3 -2/3 - 2 = -5/1 = -5 \n" ); document.write( "Using formula: y - b = m(x - a) m = -5 and (a,b) = (2, 2) \n" ); document.write( "y - 2 = -5(x - 2) \n" ); document.write( "y - 2 = -5x + 10 \n" ); document.write( "y = -5x + 12. \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |