document.write( "Question 82856: Write the equation of the line that passes through point (-5, -3) with a slope of 2. \n" ); document.write( "
Algebra.Com's Answer #59445 by checkley75(3666)![]() ![]() ![]() You can put this solution on YOUR website! Y=mX+b IS THE LINE EQUATION WHERE X&Y ARE A SET OF POINTS & (m)=SLOPE & b=Y INTERCEPT. \n" ); document.write( "-3=2*-5+b \n" ); document.write( "-3=-10+b \n" ); document.write( "b=-3+10 \n" ); document.write( "b=7 Y INTERCEPT. THUS THE LINE EQUATION IS: \n" ); document.write( "Y=2X+7 \n" ); document.write( " |