document.write( "Question 1186502: If the sum of two numbers is 30. Find their maximum product. \n" ); document.write( "
Algebra.Com's Answer #817433 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Given the sum of two numbers, the product of the two numbers is greatest if the two numbers are the same. \n" ); document.write( "Here is one way to show that using formal algebra. \n" ); document.write( "The sum is 30, so let the two numbers be 15+x and 15-x; then their product is 225-x^2. \n" ); document.write( "But x^2 is always 0 or positive, so the maximum value of 225-x^2 is when x is 0; that make the numbers 15+x and 15-x equal. \n" ); document.write( "ANSWER: 15*15=225 \n" ); document.write( " \n" ); document.write( " |