document.write( "Question 525215: how do you find the equation of a line that has the slope and passes through the given point?
\n" );
document.write( "m = 2; (3,2) \n" );
document.write( "
Algebra.Com's Answer #348027 by tarungehlot(9)![]() ![]() You can put this solution on YOUR website! such type of problem are solved by point slope form \n" ); document.write( "in which a slope and a point is given in problem \n" ); document.write( "y- y1 = m( x-x1) \n" ); document.write( "y - 3= 2(x-2) \n" ); document.write( "y-3= 2x -4 \n" ); document.write( "y= 2x -1 \n" ); document.write( " |