document.write( "Question 1064640: 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) = (−7, 10) and (x, y) = (5, −2) are points on the line\r
\n" );
document.write( "\n" );
document.write( "____________ \n" );
document.write( "
Algebra.Com's Answer #679722 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Same problem, different numbers. \n" ); document.write( "=================== \n" ); document.write( "Find the equation of the line using the point-slope formula. Write the final equation using the slope-intercept form. the x-intercept is 1, and (x, y) (-2,3) is a point on the line \n" ); document.write( "------ \n" ); document.write( "x-int is (1,0), a 2nd point. \n" ); document.write( "Slope m = diffy/diffx = 3/-3 = -1 \n" ); document.write( "---- \n" ); document.write( "y-y1 = m*(x-x1) where (x1,y1) is either point. \n" ); document.write( "y-0 = -1*(x-1) \n" ); document.write( "y = -x + 1 \n" ); document.write( " |