document.write( "Question 58780: Write the equation of the line that passes through point (–4, –16) with a slope of 3. \n" ); document.write( "
Algebra.Com's Answer #40312 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! Y=mX+b GIVEN A SLOPE OF 3 WE HAVE \n" ); document.write( "Y=3X+b GIVEN X=-4 & Y=-16 WE HAVE \n" ); document.write( "-16=3(-4)+b \n" ); document.write( "-16=-12+b \n" ); document.write( "b=-16+12 \n" ); document.write( "b=-4 \n" ); document.write( "THUS THE EQUATION FOR THIS LINE IS \n" ); document.write( "Y=3X-4 \n" ); document.write( " \n" ); document.write( " |