document.write( "Question 1048435: Compute derivative of the following function by two different methods.
\n" ); document.write( "f(x) = (x^3 + 1)(x^2 + 2)
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #664044 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
I Multiply and then take simple Derivative
\n" ); document.write( "0r
\n" ); document.write( "II Use Product Rule:
\n" ); document.write( "f' = (x^3 + 1)(2x) + 3x^2(x^2 + 2)
\n" ); document.write( "either way:
\n" ); document.write( "f' = 5x^4 + 6x^2 + 2x
\n" ); document.write( "
\n" );