document.write( "Question 17071: Find the equation of the line which satisfies each set of conditions:
\n" );
document.write( "passes through the point with coordinates (-2, 1) and has slope 2 \n" );
document.write( "
Algebra.Com's Answer #8314 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! (-2, 1) and has slope 2 \n" ); document.write( " The eqn.of a line with slope m and passing through point x1,y1 is given by \n" ); document.write( "y-y1=m*(x-x1) \n" ); document.write( "y-1=2(x+2) \n" ); document.write( "y-1=2x+4 \n" ); document.write( "y=2x+5 \n" ); document.write( " |