document.write( "Question 869527: write an equation in Slope-intercept form for the line passing through the given points.
\n" );
document.write( "(-5,2) (0,4) \n" );
document.write( "
Algebra.Com's Answer #524243 by LinnW(1048)![]() ![]() You can put this solution on YOUR website! First find the slope using the \n" ); document.write( "formula \n" ); document.write( " \n" ); document.write( "Use y = mx + b as a template and solve \n" ); document.write( "for b using the point (0,4) \n" ); document.write( "So the slope m = 2/5 , x = 0 , y = 4 \n" ); document.write( "4 = (2/5)(0) + b \n" ); document.write( "4 = b \n" ); document.write( "So our equation is y = (2/5)x + 4 \n" ); document.write( " |