document.write( "Question 944431: For the function f(x) = -x^2+3x+5 , find the average rate of change of f from 1 to 4. \n" ); document.write( "
Algebra.Com's Answer #575864 by nerdybill(7384) You can put this solution on YOUR website! For the function f(x) = -x^2+3x+5 , find the average rate of change of f from 1 to 4. \n" ); document.write( ". \n" ); document.write( "when x = 1: \n" ); document.write( "f(1) = -1^2+3(1)+5 = -1+3+5 = 7 \n" ); document.write( "first point: (1,7) \n" ); document.write( ". \n" ); document.write( "when x = 4: \n" ); document.write( "f(4) = -4^2+3(4)+5 = -16+12+5 = 9 \n" ); document.write( "second point: (4,9) \n" ); document.write( ". \n" ); document.write( "\"average rate of change\" is essentially the slope between the two points: \n" ); document.write( "rise/run=(y2-y1)/(x2-x1) = (9-7)/(4-1) = 2/3 \n" ); document.write( ". \n" ); document.write( "answer: 2/3 \n" ); document.write( " \n" ); document.write( " |