document.write( "Question 1063598: what is the equation for a line that passes through the following points, (6,-12) and (15,-3) \n" ); document.write( "
Algebra.Com's Answer #678731 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
slope is -3-(-12)/(15-6)=9/9=1
\n" ); document.write( "point slope formula y-y1=m(x-x1), where m is the slope and (x1,y1) the coordinates
\n" ); document.write( "y-(-3)=1(x-15)
\n" ); document.write( "y+3=x-15
\n" ); document.write( "y=x-18
\n" ); document.write( "\"graph%28300%2C300%2C-20%2C20%2C-20%2C20%2Cx-18%29\"
\n" ); document.write( "
\n" );