document.write( "Question 301281: Write the equation of the line, with the given properties, in slope-intercept form.
\n" );
document.write( "Slope = -2, through (-6, -4) \n" );
document.write( "
Algebra.Com's Answer #216030 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! Y=mX+b \n" ); document.write( "m=slope. \n" ); document.write( "-4=-2*-6+b \n" ); document.write( "-4=12+b \n" ); document.write( "b=-4-12 \n" ); document.write( "b=-16 ans. for the Y intercept. \n" ); document.write( "Y=-2X-16 ans. \n" ); document.write( " |