document.write( "Question 202798: find the derivative
\n" );
document.write( "f(x)=x^4*e^3x
\n" );
document.write( "f'(x)=\r
\n" );
document.write( "\n" );
document.write( "this is what I came up with and it says my answer is wrong- what did I do wrong
\n" );
document.write( "f'(x) 4x^3*e^3x*3
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #152963 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! find the derivative \n" ); document.write( "f(x)=x^4*e^3x \n" ); document.write( "f'(x)= \n" ); document.write( "this is what I came up with and it says my answer is wrong- what did I do wrong \n" ); document.write( "f'(x) 4x^3*e^3x*3 \n" ); document.write( "--------------- \n" ); document.write( "It's a product, so you have to follow the product rule. \n" ); document.write( "f'(x) = x^4 + [e^(3x)*12x^2] \n" ); document.write( "Then simplify. \n" ); document.write( "========================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |