document.write( "Question 271321: what is the eguation of a line with slope -2,that passes through (1,1) \n" ); document.write( "
Algebra.Com's Answer #198649 by LarissaRichardson(34)![]() ![]() You can put this solution on YOUR website! Substitute y1 , x1 and m in the point slope form of a line \n" ); document.write( "y - y1 = m(x - x1) \r \n" ); document.write( "\n" ); document.write( "y - 1 = - 2(x - 1) \n" ); document.write( "y -1= -2x+1 \n" ); document.write( "y=-2x+2 (y=mx+b form) \n" ); document.write( " |