document.write( "Question 214764: Find slope-intercept form of the equation of the line with the following intercepts:
\n" );
document.write( "x-intercept: -7
\n" );
document.write( "y-intercept: 5 \n" );
document.write( "
Algebra.Com's Answer #162224 by Earlsdon(6294)![]() ![]() ![]() You can put this solution on YOUR website! The slope-intercept form is: \n" ); document.write( "y = mx+b Now b, the y-intercept, is given as y = 5, so... \n" ); document.write( "y = mx+5 The x-intercept is given as x = -7 and this occurs when y = 0, so... \n" ); document.write( "0 = m(-7)+5 \n" ); document.write( "7m = 5 \n" ); document.write( "m = 5/7 \n" ); document.write( "The final equation is: \n" ); document.write( "y = (5/7)x+5 \n" ); document.write( " |