document.write( "Question 459217: Find the average rate of change of f(x) 3x^2-4x from x=3 to x=6 . \r
\n" );
document.write( "\n" );
document.write( "Simplify your answer as much as possible. \n" );
document.write( "
Algebra.Com's Answer #314959 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! Find the average rate of change of f(x) 3x^2-4x from x=3 to x=6 . \r \n" ); document.write( "\n" ); document.write( "Simplify your answer as much as possible. \n" ); document.write( "==================================================== \n" ); document.write( "f(x) = 3x^2 - 4x \n" ); document.write( "The average rate of change is the change in f(x) divided by the change in x. \n" ); document.write( "So we can write \n" ); document.write( "rate of change = r = (f(6) - f(3))/(6 - 3) \n" ); document.write( "f(6) = 3(6)^2 - 4(6) = 84 \n" ); document.write( "f(3) = 3(3)^2 - 4(3) = 15 \n" ); document.write( "So r = (84-15)/(6-3) = 23 \n" ); document.write( " |