document.write( "Question 873702: Help find two numbers whose sum is 700 and whose product is a maximum. \n" ); document.write( "
Algebra.Com's Answer #527047 by KMST(5328)\"\" \"About 
You can put this solution on YOUR website!
\"x\"= one of the numbers.
\n" ); document.write( "\"700-x\"= the other number.
\n" ); document.write( "\"y=x%28700-x%29=700x-x%5E2\"= the product of those two numbers.
\n" ); document.write( "That is a quadratic function, and is usually written as
\n" ); document.write( "\"y=-x%5E2%2B700x\" .
\n" ); document.write( "The graph is a parabola, looking like this: \"graph%28300%2C300%2C-200%2C800%2C-50000%2C150000%2C-x%5E2%2B700x%29\" .
\n" ); document.write( "Where is its maximum?
\n" ); document.write( "You may have been shown, and it can be proven that the maximum of a quadratic like
\n" ); document.write( "\"y=ax%5E2%2Bbx%2Bc\" is at \"x=-b%2F%222+a%22\"
\n" ); document.write( "So in this case the maximum happens when
\n" ); document.write( "\"x=%28-700%29%2F%282%2A%28-1%29%29=%28-700%29%2F%28-2%29=highlight%28350%29\" .
\n" ); document.write( "Of course, that means that the other number is
\n" ); document.write( "\"700-x=700-350=highlight%28350%29\" .
\n" ); document.write( "That is not surprising because it is the same as asking you what rectangle with a half-perimeter of 700 has the greatest area, and we know it is a square.
\n" ); document.write( "The same problem could also be asked as what is the largest rectangular plot that can be fenced when you have 1400 feet of fencing.
\n" ); document.write( "
\n" );