document.write( "Question 999604: Find the 2 real numbers whose difference is 12 and whose product is as small as possible. Justify your answer using the 1st or 2nd derivative test. \r
\n" );
document.write( "\n" );
document.write( "Please explain
\n" );
document.write( "Thank you \n" );
document.write( "
Algebra.Com's Answer #617209 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! We need to minimize \n" ); document.write( "f(x)=x(12+x)=12x + x^2 \n" ); document.write( "Set the derivative equal to zero and get \n" ); document.write( "f'(x) = 12 + 2x = 0 \n" ); document.write( "and x = -6 \n" ); document.write( "The second derivative is \n" ); document.write( "f''(x) = 2 \n" ); document.write( "so you know it is a minimum. \n" ); document.write( "Thus the two numbers are \n" ); document.write( "-6 and 6, and the product is -36. \n" ); document.write( " |