document.write( "Question 368799: the points (2,3) and (6,11) liw on a line.
\n" );
document.write( "what is the growth rate of this line?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #262723 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! If by growth rate, you mean slope (which is what I think you mean), then we can find it by\r \n" ); document.write( "\n" ); document.write( "slope m = (change in y)/(change in x) \n" ); document.write( "slope m = (11 - 3)/(6 - 2) = 8/4 = 2 \n" ); document.write( " |