document.write( "Question 85116: Write the equation of the line that passes through point (–1, –3) with a slope of –5. \n" ); document.write( "
Algebra.Com's Answer #61340 by checkley75(3666)![]() ![]() ![]() You can put this solution on YOUR website! Y=mX+b WHERE m=SLOPE & b=Y INTERCEPT. \n" ); document.write( "NOW REPLACE X & Y WITH THE POINT(-1,-3) ANS USING A SLOPE OF -5 WE CAN FIND THE Y INTERCEPT(b). \n" ); document.write( "-3=-5*-1+b \n" ); document.write( "-3=5+b \n" ); document.write( "b=-3-5 \n" ); document.write( "b=-8 THE Y INTERCEPT. \n" ); document.write( "SO THE LINE EQUATION IS: Y=-5X-8 \n" ); document.write( " |