document.write( "Question 233325: what is the smallest possible slope of y = x^3-3x^2+5x \n" ); document.write( "
Algebra.Com's Answer #172230 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
y = x^3-3x^2+5x
\n" ); document.write( "y' = 3x^2-6x+5
\n" ); document.write( "y\" = 6x - 6 = 0
\n" ); document.write( "x = 1
\n" ); document.write( "y'(1) = 3-6+5 = 2
\n" ); document.write( "2 is the minimum slope, at (1,3) and is a point of inflection
\n" ); document.write( "
\n" );