document.write( "Question 254427: Find the least value of the polynomial p(x) = x^4 - 4x^3 + 6x^2 - 4x + 6. \n" ); document.write( "
Algebra.Com's Answer #186778 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Find the least value of the polynomial p(x) = x^4 - 4x^3 + 6x^2 - 4x + 6 \n" ); document.write( "p'(x) = 4x^3 - 12x^2 + 12x - 4 \n" ); document.write( "------------------------------ \n" ); document.write( "Using graphs, or Excel or trial and error, the p' has only one zero, at x = 1 \n" ); document.write( "--> the minimum of p(x) is at x = 1, and is p(1) = 5. \n" ); document.write( " \n" ); document.write( " |