document.write( "Question 243303: The function y=x^4+bx^2+8x+1 has a horizontal tangent and a point of inflection for the same value of x. What must be the value of b?\r
\n" );
document.write( "\n" );
document.write( "(A) -6
\n" );
document.write( "(B) -1
\n" );
document.write( "(C) 1
\n" );
document.write( "(D) 4
\n" );
document.write( "(E) 6 \n" );
document.write( "
Algebra.Com's Answer #178234 by Alan3354(69443) You can put this solution on YOUR website! The function y=x^4+bx^2+8x+1 has a horizontal tangent and a point of inflection for the same value of x. What must be the value of b? \n" ); document.write( "(A) -6 \n" ); document.write( "(B) -1 \n" ); document.write( "(C) 1 \n" ); document.write( "(D) 4 \n" ); document.write( "(E) 6 \n" ); document.write( "---------- \n" ); document.write( "y' = 4x^3 + 2bx + 8 = 0 slope = 0 \n" ); document.write( "y'' = 12x^2 + 2b = 0 inflection \n" ); document.write( "----------------- \n" ); document.write( "2x^3 + bx + 4 = 0 \n" ); document.write( "6x^2 + b = 0 \n" ); document.write( "--------------- \n" ); document.write( "b = -6 (x = 1)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |