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)\"\" \"About 
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( "\"f%28x%29+=+-x%5E3+%2B+9x%5E2+-+P\"
\n" ); document.write( "f'(x) = \"-3x%5E2+%2B+18x+=+0\"
\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( "
\n" );