document.write( "Question 1002509: Write an equation in slope- intercept form of the line that passes through the given points. (2,6) and (-4,-2)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #619381 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! slope is change in y over change in x. \n" ); document.write( "As y decreases 8, x decreases 6. The slope is 8/6=4/3 \n" ); document.write( "Use point slope formula with either point. \n" ); document.write( "y-y1=m(x-x1) \n" ); document.write( "y-6 = (4/3)(x-2) \n" ); document.write( "y-6=(4x/3)-(8/3) \n" ); document.write( "y=(4x/3)+(10/3) \n" ); document.write( "------ \n" ); document.write( "with other point \n" ); document.write( "y+2=(4/3)(x+4) \n" ); document.write( "y+2=(4x/3)+16/3 \n" ); document.write( "y=(4x/3)+(10/3) \n" ); document.write( " |