document.write( "Question 1032259: The function f(x)=x^2-10x+21 has a maximum value or a minimum value and determine the value. \n" ); document.write( "
Algebra.Com's Answer #646893 by adunbar(3)![]() ![]() You can put this solution on YOUR website! The function has f'(x) = 2x-10 = 0 at the maximum / minimum point. \n" ); document.write( "That means, 2x = 10 so x = 5, hence, y = 5^2 - 10*5 + 21 = 25-50+21 = -4 \n" ); document.write( "The max / min is at (5, -4) \n" ); document.write( "f''(x) = 2 > 0 Therefore is a minimum \n" ); document.write( " |