document.write( "Question 186130: Find the equation of each line in standard form satisfying the conditions given.
\n" );
document.write( "through (-3, -1), slope = 1
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #139558 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! (-3, -1), slope = 1 \n" ); document.write( "Y=mX+b \n" ); document.write( "-1=1*-3+b \n" ); document.write( "-1=-3+b \n" ); document.write( "-1+3=b \n" ); document.write( "2=b \n" ); document.write( "Y=X+2 \n" ); document.write( " |