document.write( "Question 45868: Hi again,\r
\n" );
document.write( "\n" );
document.write( "I could use some assistance with this problem:\r
\n" );
document.write( "\n" );
document.write( "Prove that if the sum of two numbers is constant, then their product is maximum if the numbers are equal. \r
\n" );
document.write( "\n" );
document.write( "Thank you,
\n" );
document.write( "Louis \n" );
document.write( "
Algebra.Com's Answer #30451 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Prove that if the sum of two numbers is constant, then their product is maximum if the numbers are equal. \r \n" ); document.write( "\n" ); document.write( "1st: Let x+y = k, where k is some constant. \n" ); document.write( "2nd: Then y=k-x \n" ); document.write( "3rd: The product of x and y is xy=x(k-x)=kx-x^2 \n" ); document.write( "This is a quadratic with a=-1, b=k \n" ); document.write( "The maximum value of this product occurs when x=-b/2a \n" ); document.write( "x=-b/2a= -k/-2 = k/2 \n" ); document.write( "Substitute that into the 1st equation to get the following: \n" ); document.write( "(k/2)+ y=k \n" ); document.write( "y=k/2 \n" ); document.write( "So both x and y are k/2; therefore they are equal. \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |