document.write( "Question 1191565: Find two nonnegative numbers whose sum is 12 such that their
\n" );
document.write( "product is an absolute maximum. \n" );
document.write( "
Algebra.Com's Answer #823363 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Find two nonnegative numbers whose sum is 12 such that their product is an absolute maximum. \n" ); document.write( "-------------- \n" ); document.write( "6 and 6. \n" ); document.write( "It's always equal numbers \n" ); document.write( "In this case, the product is 36. \n" ); document.write( "x*x = 36 is the max and x+x = 12 \n" ); document.write( "---- \n" ); document.write( "Any other combination is less than 36 \n" ); document.write( "(x-1)*(x+1) = x^2 - 1 = 35 \n" ); document.write( "(x-2)*(x+2) = x^2 - 4 = 32 \n" ); document.write( "(x-k)*(x+k) = x^2 - k^2 = 36 - k^2 \n" ); document.write( " |