document.write( "Question 324039: finding the slope of a line
\n" );
document.write( "(x,x+2) and (x+2,x+4)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #231895 by stanbon(75887) ![]() You can put this solution on YOUR website! finding the slope of a line \n" ); document.write( "(x,x+2) and (x+2,x+4) \n" ); document.write( "----- \n" ); document.write( "m = [(x+4)-(x+2)]/[(x+2)-x] \n" ); document.write( "--- \n" ); document.write( "m = [2]/[2] = 1 \n" ); document.write( "=================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |