document.write( "Question 115509: Use point-slope form to determine the equation of the line passing through the two given points. Then write the equation in slope-intercept form. \r
\n" );
document.write( "\n" );
document.write( "(5,7), (6,10)\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #84053 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! SLOPE=(Y2-Y1)/(X2-X1) \n" ); document.write( "SLOPE=(10-7)/(6-5) \n" ); document.write( "SLOPE=3/1 OR 3 \n" ); document.write( "NOW REPLACE 1 SET OF X,Y VALUES & THE SLOPE(m) IN THE LINE EQWUATION [Y=mX+b & SOLVE FOR THE Y INTERCEPT (b). \n" ); document.write( "7=3*5+b \n" ); document.write( "7=15+b \n" ); document.write( "b=7-15 \n" ); document.write( "b=-8 THIS IS THE Y INTERCEPT. \n" ); document.write( "THUS WE HAVE THE LINE EQUATION Y=3X-8 \n" ); document.write( " |