document.write( "Question 39295: Find the equation of the line that passes through the points (-6,2) and (-5,3).
\n" ); document.write( "Write your answer in standrard form.
\n" ); document.write( "

Algebra.Com's Answer #24751 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
First find the slope:
\n" ); document.write( "m = (3 - 2) / (-5 - (-6))
\n" ); document.write( "m = 1 / 1 = 1
\n" ); document.write( "Then use the slope intercept form
\n" ); document.write( "y - y1 = m(x - x1)
\n" ); document.write( "y - 2 = 1(x + 6)
\n" ); document.write( "y = x + 8
\n" ); document.write( "which in standard form is
\n" ); document.write( "-x + y = 8
\n" ); document.write( "
\n" );