document.write( "Question 2620: find two numbers whose sum is 50and whose product is a maximum \n" ); document.write( "
Algebra.Com's Answer #1131 by khwang(438)![]() ![]() ![]() You can put this solution on YOUR website! Let x be one of them,another is 50-x,\r \n" ); document.write( "\n" ); document.write( " their product f(x) = x(50-x) = -(x^2-50x+(50/2)^2) +625 \n" ); document.write( " = 625 -(x-25)^2 [Use complete square] \n" ); document.write( " Since -(x-25)^2 <=0, f(x) <= 625. \n" ); document.write( " when x = 25, f(x) has max value 625.\r \n" ); document.write( "\n" ); document.write( " Thus, when the two numbers are 25, 25(in fact equal), their \n" ); document.write( " procudt is max(vale 625).\r \n" ); document.write( "\n" ); document.write( " Kenny \n" ); document.write( " |