document.write( "Question 42937: Write the equation of the line that passes through point (6,4) with a slope of 2? \n" ); document.write( "
Algebra.Com's Answer #28003 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Use the point-slope form \n" ); document.write( "y - y1 = m(x - x1) \n" ); document.write( "y - 4 = 2(x - 6) \n" ); document.write( "y - 4 = 2x - 12 \n" ); document.write( "y = 2x - 8 \n" ); document.write( " |