document.write( "Question 635575: Find the equation of the line containing the point (-3, -12) and having a slope of -4. \n" ); document.write( "
Algebra.Com's Answer #400403 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Find the equation of the line containing the point (-3, -12) and having a slope of -4. \n" ); document.write( "** \n" ); document.write( "Standard form of equation for a line: y=mx+b, m=slope, b=y-intercept \n" ); document.write( "y=-4x+b \n" ); document.write( "solve for b using coordinates of given point (-3,-12) \n" ); document.write( "-12=-4*-3+b \n" ); document.write( "b=-24 \n" ); document.write( "equation: y=-4x-24 \n" ); document.write( " \n" ); document.write( " |