document.write( "Question 586732: The sum of two nonnegative numbers is 9. Find these two numbers
\n" );
document.write( "knowing that the product of one number and the square of the other number
\n" );
document.write( "is a maximum. \n" );
document.write( "
Algebra.Com's Answer #373862 by Alan3354(69443) You can put this solution on YOUR website! The sum of two nonnegative numbers is 9. Find these two numbers \n" ); document.write( "knowing that the product of one number and the square of the other number \n" ); document.write( "is a maximum. \n" ); document.write( "----------- \n" ); document.write( "P = x^2*(9-x) = 9x^2-x^3 \n" ); document.write( " \n" ); document.write( "f'(x) = \n" ); document.write( "-x*(x-6) = 0 \n" ); document.write( "--> x = 0, x = 6 \n" ); document.write( "================ \n" ); document.write( "@ x=6, max value = 3*6^2 = 108 \n" ); document.write( " \n" ); document.write( " |