document.write( "Question 567551: What is the equation of the line which includes points (1,5) and (-2,-7)? \n" ); document.write( "
Algebra.Com's Answer #366611 by lwsshak3(11628) ![]() You can put this solution on YOUR website! What is the equation of the line which includes points (1,5) and (-2,-7)? \n" ); document.write( "** \n" ); document.write( "Standard form of equation for a straight line: y=mx+b, m=slope, b=y-intercept \n" ); document.write( "slope,m,=∆y/∆x=change in y/change in x=rise/run \n" ); document.write( "using two given points \n" ); document.write( "m=(-7-5)/(-2-1)=-12/-3=4 \n" ); document.write( "equation: y=4x+b \n" ); document.write( "solving for b using one of given points(1,5) \n" ); document.write( "5=4*1+b \n" ); document.write( "b=1 \n" ); document.write( "equation of line: \n" ); document.write( "y=4x=1 \n" ); document.write( " |