document.write( "Question 666136: 1. Find the peaks and the troughs (= interior local maxima and minima) of the
\n" ); document.write( "function
\n" ); document.write( "y = x^3 - 10.5x^2 + 30x +20
\n" ); document.write( "

Algebra.Com's Answer #414301 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "y = x^3 - 10.5x^2 + 30x +20
\n" ); document.write( "y' = 3x^2 - 21x + 30
\n" ); document.write( "When Slope = 0, maxima and minina pts are achieved at x.
\n" ); document.write( " 3x^2 - 21x + 30 = 0
\n" ); document.write( " x^2 - 7x + 10 = 0
\n" ); document.write( " (x-2)(x-5) = 0 x = 2 or x = 5
\n" ); document.write( "f(2) = 46 maxima
\n" ); document.write( "f(5) = 32.5 minima
\n" ); document.write( " \n" ); document.write( "
\n" );