document.write( "Question 424379: Write a point slope equation for the line with the given slope that contains the given point.
\n" );
document.write( "m=-1,(-3, 6) \n" );
document.write( "
Algebra.Com's Answer #295854 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! y=mx+b \n" ); document.write( "6=-1*-3+b \n" ); document.write( "6=+3+b \n" ); document.write( "b=3 \n" ); document.write( "------------ \n" ); document.write( "y=-x+3 \n" ); document.write( " |