document.write( "Question 1090511: Find an equation of the line having the specified slope containing the indicated point. Write your answer in slope intercept form. Show your work. M=6;(2,3)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #704960 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! point slope formula where y-y1=m(x-x1), m slope and (x1, y1) point. Substitute \n" ); document.write( "y-3=6(x-2) \n" ); document.write( "y-3=6x-12 \n" ); document.write( "y=6x-9 \n" ); document.write( "Check by seeing if the point works, and 3=6(2)-9 \n" ); document.write( " |