document.write( "Question 538072: determine the slope of the line tht passes through each pair
\n" );
document.write( "(2,1), (8,9) \n" );
document.write( "
Algebra.Com's Answer #353093 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! y = mx + b is the slope-intercept form. \n" ); document.write( ". \n" ); document.write( "m = change in y / change in x \n" ); document.write( "m = (1-9) / (2-8) \n" ); document.write( "m = -8 /-6 \n" ); document.write( "m = 8/6 \n" ); document.write( "m = 4/3 \n" ); document.write( ". \n" ); document.write( "y = 4/3x + b \n" ); document.write( ". \n" ); document.write( "Use one of the points to find 'b'. \n" ); document.write( ". \n" ); document.write( "1 = 4/3(2) + b \n" ); document.write( "1 = 8/3 + b \n" ); document.write( "1 -8/3 = b \n" ); document.write( "3/3 -8/3 = -5/3 = b \n" ); document.write( ". \n" ); document.write( "y = 4/3*x -5/3 \n" ); document.write( ". \n" ); document.write( " |