document.write( "Question 910736: Find point of inflection (x,y) if f(x)=2x^3-24x+x^2+5. \n" ); document.write( "
Algebra.Com's Answer #552630 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! f(x)=2x^3+x^2-24x+5 \n" ); document.write( "f' = 6x^2 + 2x - 24 \n" ); document.write( "f\" = 12x + 2 \n" ); document.write( "12x + 2 = 0, x = -1/6 \n" ); document.write( "Inflection point is (-1/6, f(-1/6)) \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |