document.write( "Question 475886: what is the equation of the line passing through the point (-3, 1) and parallel to y = -x - 4. \n" ); document.write( "
Algebra.Com's Answer #332508 by pablo9619(2)![]() ![]() ![]() You can put this solution on YOUR website! (-3,1) parallel to y=-x-4 \n" ); document.write( "parallel lines have the same slope \n" ); document.write( "y=mx+b m= slope b= y-intercept \n" ); document.write( "1=(-1)(-3)+b \n" ); document.write( " 1=3+b \n" ); document.write( " -3 -3 \n" ); document.write( "-2=b \n" ); document.write( "y=-x-2 \n" ); document.write( " |