document.write( "Question 1144173: Find the equation of the line using the point-slope formula. Write the final equation using the slope-intercept form.
\n" );
document.write( "(x, y) = (−2, 10)
\n" );
document.write( "and
\n" );
document.write( "(x, y) = (5, −4)
\n" );
document.write( "are points on the line \n" );
document.write( "
Algebra.Com's Answer #765186 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! slope(m) = (10 -(-4))/(-2 -5) = 14/-7 = -2 \n" ); document.write( ": \n" ); document.write( "(y-10) = -2(x-(-2)) \n" ); document.write( ": \n" ); document.write( "y-10 = -2x-4 \n" ); document.write( ": \n" ); document.write( "******************************* \n" ); document.write( "point-slope formula of the line \n" ); document.write( ": \n" ); document.write( "y-10 = -2x-4 \n" ); document.write( ": \n" ); document.write( "slope-intercept form of the line \n" ); document.write( ": \n" ); document.write( "y = -2x+6 \n" ); document.write( "******************************** \n" ); document.write( ": \n" ); document.write( " |