document.write( "Question 61221: Could someone please explain how to work out this problem?
\n" );
document.write( "Write the equation of the line with slope -2 and passes through the point (-1,5)
\n" );
document.write( "Then write the equation in standard form.
\n" );
document.write( "Thanks \n" );
document.write( "
Algebra.Com's Answer #42127 by checkley71(8403) ![]() You can put this solution on YOUR website! Y=mX+b \n" ); document.write( "5=(-2*-1)+b \n" ); document.write( "5=2+b \n" ); document.write( "b=5-2 \n" ); document.write( "b=3 THEN THE EQUATION IS \n" ); document.write( "Y=-2X+3 \n" ); document.write( " |