document.write( "Question 751566: Write an equation in point-slope form and slope intercept form:
\n" );
document.write( "Slope= -1, passing thru (-1/2, -2) \n" );
document.write( "
Algebra.Com's Answer #457275 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! y - b = m(x - a) \n" ); document.write( "y + 2 = -1(x + 1/2) \n" ); document.write( " y = -x - 1/2 - 2 \n" ); document.write( " y = -x - 5/2 \n" ); document.write( " or \n" ); document.write( " 2y = -2x -5 \n" ); document.write( " |