document.write( "Question 160747: graph a line with the slope -3 passing through the point(-2,-5) \n" ); document.write( "
Algebra.Com's Answer #118504 by KnightOwlTutor(293)![]() ![]() You can put this solution on YOUR website! We know the general equation of a line is y=mx+B \n" ); document.write( "we know m=-3 \n" ); document.write( "so our line has the general equation of y=-3x+b\r \n" ); document.write( "\n" ); document.write( "we can solve for b by plugging in the x,y values into the equation \n" ); document.write( "-5=(-3)(-2)+b \n" ); document.write( "-5=6+b \n" ); document.write( "subtract 6 from both sides \n" ); document.write( "-11=b\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "
|