document.write( "Question 689797: Write the point slope form of an equation for the line that passes through each point with the given slope?
\n" );
document.write( "(6,1),m=-4 \n" );
document.write( "
Algebra.Com's Answer #426058 by mananth(16946)![]() ![]() You can put this solution on YOUR website! slope m = (-4) \n" ); document.write( "the line passes through (6,1)\r \n" ); document.write( "\n" ); document.write( "the general equation when slope and point is given\r \n" ); document.write( "\n" ); document.write( "(y-y1)=m(x-x1) where (x1,y1) is the point. \n" ); document.write( "(x1,y1) = (6,1)\r \n" ); document.write( "\n" ); document.write( "(y-1)=(-4)(x-6)\r \n" ); document.write( "\n" ); document.write( "y-1=-4x+24 \n" ); document.write( "y=-4x+25 \n" ); document.write( " is the equation of the line \n" ); document.write( " \n" ); document.write( " |