document.write( "Question 68774: Find the equation, in slope-intercept form, of the line that passes through the points
\n" );
document.write( "(-7, -2) and (-4, 1). \n" );
document.write( "
Algebra.Com's Answer #48986 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! (-7,-2)(-4,1) has a slope of \n" ); document.write( "(1+2)/(-4+7) \n" ); document.write( "3/3 \n" ); document.write( "1 is the slope of this line \n" ); document.write( "no we need to find the y intercept thus: \n" ); document.write( "-2=1*-7+b \n" ); document.write( "-2=-7+b \n" ); document.write( "-2+7=b \n" ); document.write( "b=5 this is the y intercept. \n" ); document.write( "thus the formula is: \n" ); document.write( "y=x+5 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |