document.write( "Question 1026688: the slope of a line is 2. the line passes through the point (-3,-5). what is the equation of this line? point slope formula y-y1=m(x-x1) write answer in point-slope form \n" ); document.write( "
Algebra.Com's Answer #641981 by macston(5194)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "x1=-3; y1=-5; m=2 \n" ); document.write( ". \n" ); document.write( "y-y1=m(x-x1) \n" ); document.write( "ANSWER: y-(-5)=2(x-(-3)) \n" ); document.write( "Simplified: \n" ); document.write( "y+5=2(x+3) \n" ); document.write( "y+5=2x+6 \n" ); document.write( "y=2x+1 \n" ); document.write( " \n" ); document.write( " |