document.write( "Question 137319: WRITE A SLOPE-INTERCEPT EQUATION FOR A LINE WITH THE GIVEN CHARACTERISTICS.
\n" );
document.write( "m=1/3, passes through (-1,-2) \n" );
document.write( "
Algebra.Com's Answer #100515 by checkley77(12844) ![]() You can put this solution on YOUR website! Y=mX+b \n" ); document.write( "-2=1/3*-1+b \n" ); document.write( "-2=-1/3+b \n" ); document.write( "b=-2+1/3 \n" ); document.write( "b=-5/3 ANSWER FOR THE Y INTERCEPT. \n" ); document.write( "THUS THE LINE EQUATION IS: \n" ); document.write( "Y=X/3-5/3 \n" ); document.write( " |