document.write( "Question 1139374: Find the average rate of change of f(x) =2x^3 from -4 to 0
\n" ); document.write( "Need this solved step by step line by line with explanation per line.
\n" ); document.write( "Thank you.
\n" ); document.write( "

Algebra.Com's Answer #759834 by rothauserc(4718)\"\" \"About 
You can put this solution on YOUR website!
slope = average rate of change = (f(b) - f(a)) / (b - a), where b is the upper bound of the interval and a is the lower bound of the interval
\n" ); document.write( ":
\n" ); document.write( "a = -4, b = 0
\n" ); document.write( ":
\n" ); document.write( "f(0) = 2 * 0^3 = 0
\n" ); document.write( ":
\n" ); document.write( "f(-4) = 2 * (-4)^3 = -128
\n" ); document.write( ":
\n" ); document.write( "average rate of change = (0 - (-128)) / (0 - (-4)) = 32
\n" ); document.write( ":
\n" ); document.write( "the equation of the secant line through the two points (-4,-128) and (0,0)
\n" ); document.write( ":
\n" ); document.write( "y = mx +b
\n" ); document.write( ":
\n" ); document.write( "y = 32x +b
\n" ); document.write( ":
\n" ); document.write( "pick one of the points
\n" ); document.write( ":
\n" ); document.write( "0 = 32(0) + b
\n" ); document.write( ":
\n" ); document.write( "b = 0
\n" ); document.write( ":
\n" ); document.write( "y = 32x is the equation of the secant line
\n" ); document.write( ":
\n" ); document.write( "
\n" );