document.write( "Question 472545: Among all pairs of numbers whose sum is 26, find a pair whose product is as large as possible. What is the maximum product? \n" ); document.write( "
Algebra.Com's Answer #323967 by richard1234(7193)\"\" \"About 
You can put this solution on YOUR website!
{13,13}, maximum product is 169. There are several ways to prove this.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Let a, 26-a be the two numbers, in which we want to maximize a(26-a). We can either use the fact that it is quadratic in terms of a and find the vertex, or use the AM-GM inequality. Both methods yield a = 13 maximizing the product.
\n" ); document.write( "
\n" );