document.write( "Question 157172: What is the equation of the line that passes through the point (-2,-3) and has a slope of 4? \n" ); document.write( "
Algebra.Com's Answer #115897 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! Y=mX+b \n" ); document.write( "-3=4*-2+b \n" ); document.write( "-3=-8+b \n" ); document.write( "b=-3+8 \n" ); document.write( "b=5 \n" ); document.write( "Thus the equation for this line is: \n" ); document.write( "y=4x+5 \n" ); document.write( " |