document.write( "Question 1179580: Find two numbers whose sum is 16 and whose product is a maximum. \n" ); document.write( "
Algebra.Com's Answer #809139 by greenestamps(13200)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "To get a sum of 16, let the two numbers be 8-a and 8+a, where a is constant.

\n" ); document.write( "The sum of the two numbers is 16; and the product is (8-a)(8+a)=64-a^2.

\n" ); document.write( "The maximum value of 64-a^2 is when a=0, because a^2 is always non-negative.

\n" ); document.write( "So the maximum value of the product is when a=0, making the two numbers 8-0=8 and 8+0=8.

\n" ); document.write( "ANSWER: 8 and 8

\n" ); document.write( "Note there is nothing special about the number 16 as the sum of the two numbers. It is always true that for a given sum of two numbers, the maximum product of the two numbers is when they are equal.

\n" ); document.write( "
\n" ); document.write( "
\n" );