document.write( "Question 1023990: what is the maximum product of two numbers whose sum is -10? \n" ); document.write( "
Algebra.Com's Answer #639488 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! what is the maximum product of two numbers whose sum is -10? \n" ); document.write( "x + y = -10 \n" ); document.write( "------ \n" ); document.write( "Product = x*y = x(-10-x) = -10x - x^2 \n" ); document.write( "------- \n" ); document.write( "Max occurs when x = -b/(2a) = 10/(2*-1) = -5 \n" ); document.write( "------ \n" ); document.write( "Then y = -10-(-5) = -5 \n" ); document.write( "----- \n" ); document.write( "Ans: x = y = -5 \n" ); document.write( "---------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "--------------------- \n" ); document.write( " |